Is null or empty in c#?



Is null or empty in c#?..

Answer / Manish Shukla

In C#, null represents a reference to an object that has not been initialized, while an empty value refers specifically to an empty collection or string.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the use of table aliases?

1 Answers  


What is an inheritance in c#?

1 Answers  


Name the connections does microsoft sql server support?

1 Answers  


what is the scope of anonymous type ?

1 Answers   Wipro,


what is method overloading in c#?

1 Answers   Arigo Infotech,


What is access specifier in c#?

1 Answers  


1.write a program in C# to find a given point which is inside in a circle. Given circle's radius and its center point? 2.Write a program in C# to generated 20 prime numbers greater than a given number? (It should be more efficient for large numbers also) 3. Write a Code to check whether a given point is inside a circle or not? given Circle's raduis and its center point. 4. using oops concept, design an elevator do not forget buttons on each floor..

2 Answers  


What is the purpose of the integer parse method the decimal parse method?

1 Answers  


What are circular references? How garbage collection deals with circular references.

1 Answers  


int i,string s, String s1 Which is valuetype which is refrence type.

6 Answers   Synechron, Sytel,


Why can?t you specify the accessibility modifier for methods inside the interface?

5 Answers  


What is boolean conditions in c#?

1 Answers  


Categories