Is string reference type / value type ?
Answer Posted / narayansahu
It's a common misconception that string is a value type.
That's because its immutability makes it act sort of like
a value type. It actually acts like a normal reference type
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is disconnected data architecture in c#?
Are arraylist faster or arrays?
Why to use lock statement in c#?
Explain synchronous and asynchronous operations?
What is entity framework in c#?
What are the variables in c#?
how to prevent a class from being inherited in c#.net?
Are c and c# the same thing?
What is a callback c#?
What is difference between struct and class in c#?
What is the extension of c# file?
What is xml comments in c#?
What does void mean unity?
What is querystring in c#?
What is the use of list in c#?