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
if a method is marked as protected internal who can access it?
What is razor view in c#?
What is serialization in c#?
What is the implicit name of the parameter that gets passed into the class set method?
What is a cshtml file?
Explain About sn.exe
What is dependency in software?
What is the use of table aliases?
Is array a list?
What are the advantages of properties in c#?
What is the difference between gettype and typeof in c#?
What is the keyword used to prevent a class from being inherited by another class?
What is overloading with example?
What are the properties of a string class?
Value Type and Reference Type Data type in C#?