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 COM Interoperability?
What is cosole application?
What are the 2 kinds of data type conversions in c#?
Define strong name in c#?
What is a cs file?
What is application c#?
Explain the difference between object type and dynamic type variables in c#?
Why to use lock statement in c#?
What are the Types of compatabilities and explain them
Where value types are stored in c#?
What does == mean in c sharp?
Is post back in c#?
What is dapper in c#?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?