Is string reference type / value type?
Answer Posted / charlie
In this part of the C# docs, a string is explicitly named
as a reference type:
http://msdn.microsoft.com/en-us/library/490f96s2.aspx
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Describe two uses of the “using” statement during the operation of c#?
What are satellite assemblies?
State the top.NET class that everything is derived from?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Define using statement in c#?
Why should I use interface in c#?
What is the use of console readline () in c#?
Explain nullable types in c#?
How can we sort an array in c#?
What is a decimal c#?
Does c# support a variable number of arguments?
Why do we use partial class in c#?
What is reflection in c#?
In which way you can convert a value-type to a reference-type?
Explain About CLS?