Microsoft .Net
Sun Java
Zend Php
DataBase Server
Basic Language
Other
Question & Answer


Microsoft Mono C#.net
 QuestionTotal Page View
* Can two catch blocks be executed?             105
           
* What is the difference between System.String and System.StringBuilder classes?             72
           
* C# Code for How to set readonly property to Id(database) value?             76
           
* What is use of interface?             110
           
* what are the differences b/w structure and class?             101
           
* What is the difference between int.Parse() and Convert.toInt32().             75
           
* What is ENUM?             119
           
* What is Dispose method in .NET?             54
           
* Can you prevent a class from overriding?             61
           
* What is a delegate?             95
           
* If we write a goto or a return statement in try and catch block will the finally block execute?             58
           
* Does C# support multiple inheritance?             81
           
* When you inherit a protected class-level variable, who is it available to?             68
           
* Are private class-level variables inherited?             94
           
* Describe the accessibility modifier protected internal.             108
           
* 7. C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?             61
           
* What’s the top .NET class that everything is derived from?             242
           
* What’s the implicit name of the parameter that gets passed into the class’ set method?             49
           
* How do you inherit from a class in C#?             95
           
* How’s method overriding different from overloading?             157
           
* What does the keyword virtual mean in the method definition?             60
           
* Can you declare the override method static while the original method is non-static?             56
           
* Can you override private virtual methods?             54
           
* Can you prevent your class from being inherited and becoming a base class for some other classes?             59
           
* Can you allow class to be inherited, but prevent the method from being over-ridden?             56
           
* What’s an abstract class?             103
           
* 16. When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?             47
           
* What’s an interface class?             119
           
* Why can’t you specify the accessibility modifier for methods inside the interface?             51
           
* Can you inherit multiple interfaces?             83
           
* And if they have conflicting method names?             56
           
* What’s the difference between an interface and abstract class?             57
           
* How can you overload a method?             77
           
* 23. If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?             91
           
* What’s the difference between System.String and System.StringBuilder classes?             62
           
* What’s the advantage of using System.Text.StringBuilder over System.String?             105
           
* Can you store multiple data types in System.Array?             55
           
* What’s the difference between the System.Array.CopyTo() and System.Array.Clone()?             196
           
* How can you sort the elements of the array in descending order?             59
           
* What’s the .NET datatype that allows the retrieval of data by a unique key?             53
           
* What’s class SortedList underneath?             133
           
* Will finally block get executed if the exception had not occurred?             73
           
* What’s the C# equivalent of C++ catch (…), which was a catch-all statement for any possible exception?             40
           
* Can multiple catch blocks be executed?             92
           
* Why is it a bad idea to throw your own exceptions?             61
           
12

 
Latest Article
 
Top View Article
*
article : Autocomplete Textbox In Php Publisher : Nitin patidar
Description : The text box autocomplete property which shows the next string for entered character in that textbox Total Page View : 3854
       
*
article : MVC Architecture In Php Publisher : Nitin patidar
Description : Model-view-controller is the concept introduced by smalltalk's inventors Total Page View : 3344
       
*
article : Paging In Php With Mysql Publisher : Nitin patidar
Description : Paging means split the result in multiple pages instead of just putting all record in one page. Total Page View : 2922
       
*
article : Asynchronous Thread In C# Publisher : Nitin patidar
Description : Asynchronous thread in c# Total Page View : 1771
       
*
article : Send Unlimited SMS In C#.Net Window Application Through Web Services Publisher : Nitin patidar
Description : How to send unlimited sms in c#.net window application through web services Total Page View : 772