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
Is datetime value type c#?
Which framework is best for desktop application?
Is c# pass by reference?
How many variables do you need?
Why is xml called extensible?
4. Describe the process when we send a request URL? And who is responsible for that?
What are the types of operator?
What is mvc in c#?
What is a private method in c#?
What is the meaning of console writeline in c#?
State the top.NET class that everything is derived from?
What you mean by delegate in c#?
Can you have more than one namespace in c#?
Explain how is the dll hell problem solved in .net?
what is IFormatable