Is string reference type / value type?
Answer Posted / akn
Everything not derived from System.ValueType is a reference
type.
So System.String is reference type.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is lazy loading entity framework?
What are boxing and unboxing?
What is the difference between firstordefault and first?
What is the difference between CreateObject() and GetObject()?
What is namespace give the example?
What are virtual classes in c#?
Is multilevel inheritance possible in c#?
What is the difference between mobile application and desktop application?
What is xaml in c#?
What is the difference between a method and a property?
Why do we need nullable types in c#?
We cannot create instances of static classes. Can we have constructors for static classes?
What is Garbage Collection in .Net?
What is interface used in c#?
What is private constructor c#?