Is string reference type / value type?
Answer Posted / ravikiran gullapalli
String is 100% Reference Type. It is an immutable object.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Can private virtual methods be overridden in c#.net?
What is difference between ienumerable and iqueryable in c#?
Explain what is the smallest unit of execution in .net?
What is msil, and why should developers need an appreciation of it if at all?
What is func c#?
What are the types of comments in c#?
What is the purpose of a console table?
Explain types of comment in c# with examples
In a memory when you Box and Unbox a value-type what happens?
What are floating point numbers?
What is garbage collection? How to force garbage collector to run?
Can you explicitly call a destructor?
What does assert() do in c#?
Define an assembly in .net?
What is anonymous method in c#?