Is string reference type / value type?
Answer Posted / dr.evil
String is a value Type.
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain about finalize method?
Is stringbuilder faster than string concatenation c#?
what is the default access for a class
Can a string be null c#?
What is datetime minvalue in c#?
What is the real use of interface in c#?
What you mean by delegate in c#?
What is xml c#?
Which of these statements correctly declares a two-dimensional array in c#?
What is difference between class and abstract class in c#?
What is a clr host?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
How are methods overloaded?
Can a class have static constructor?
What is deferred execution?