Is string reference type / value type?
Answer Posted / guest
Simple types (such as float, int, char), enum types and
struct types are all value types.
Note that many types (such as string) appear in some ways
to be value types, but in fact are reference types. These
are known as immutable types
Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What are assemblies?
Why do we use Design Pattern in C#?
Which is faster list or dictionary in c#?
What is xslt in c#?
What is the resgen.exe tool used for?
Why singleton class is sealed?
What is difference between new and override in c#?
Why do we use parameters in c#?
What is data hiding in c#?
What is the default modifier for class in c#?
Where do we use serialization in c#?
List some of the common data providers for ado.net framework?
Why do we need singleton pattern in c#?
What is a static field?
What is the use of regex in c#?