Is string reference type / value type?
Answer Posted / kiran kumar reddy
Hi guys let me add something more to discussion
"String type object seems to act like a value type even it
is reference type! "
http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=733
| Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
What do you mean by serialization in .NET?
What is extension method in c sharp?
What is the implicit name of the parameter that gets passed into the class set method?
Is c++ or c# better?
Compare and contrast between the System.Array.CopyTo() and Clone()?
What is the compiler of c#?
Could you explain the difference between func vs action vs predicate?
Explain manifest & metadata in c#.
can you declare an override method to be static if the original method is not static?
What are the variables in c#?
Is there a way of specifying which block or loop to break out of when working with nested loops?
How do you comment out code in c#?
Why delegates are safe in c#?
What is difference between function and method in c#?
Can a string be null c#?