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
Can struct be static in c#?
Explain About CLS?
What is the difference between console application and windows application?
What do you mean by “finalize” and “finally” methods in c#?
What is default class in c#?
What are abstract classes in c#?
What is the difference between internal and private in c#?
What is the difference between virtual method and abstract method?
Explain the types of Polymorphism.
What is serialization and deserialization in c# with example?
What is windows form in c#?
Define delay signing?
Can bool be null c#?
Explain how obfuscator works in .net
What is the use of console readkey in c#?