Is string reference type / value type ?
Answer Posted / ankur sehgal
string is reference type but it behaves as value
type.Because every time u assign a value to string a new
object is created.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the Signification of the "new " keyword in C#? example
What is the difference between dynamic type variables and object type variables in c#?
What is the resgen.exe tool used for?
What is the benefit of delegate in c#?
Is post back in c#?
Does c# have its own class library?
How do I open the console window?
What is the difference between an application domain and a process?
Is c# an open source language?
What is reference c#?
What is the difference between const and static read-only?
Define parsing?
What do you mean by delegates and explain different types of delegates?
Explain About DTS package
Difference between value and reference type.