What is default boolean value in c#?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between dictionary and hashtable in c#?
Explain how is the dll hell problem solved in .net?
all information
What is public, private, protected, internal and internal protected?
What does the term immutable mean?
3 Answers Satyam, Siebel Systems, Techno Labs,
FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...
How is method overriding different from overloading?
What are constructors in c#?
Is string nullable c#?
What is a console?
What is difference between list and dictionary in c#?
What?s the C# equivalent of C++ catch (?), which was a catch-all statement for any possible exception?