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
What is entity framework c#?
What is the difference between dataset and datatable in c#?
Why would you use a class property in c#?
How does the clr work?
What is a ienumerator?
Is string nullable c#?
When was .net linq added?
How many types of methods are there in c#?
What are methods c#?
Explain how to implement delegates in c#.net
can you create a function in c# which can accept varying number of arguments
What is cshtml extension?
What is the difference between int.parse and int.tryparse methods?
explain Garbage collector’s functionality on unmanaged code
What is the use of constructor in c# with example?