Is string reference type / value type?
Answer Posted / suresh
hi string is reference type .
if you are confused then use this link in ur browser and
you will get the answer with example...
http://www.devhood.com/tutorials/tutorial_details.aspx?
tutorial_id=733
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are c# constructors the same as c++ constructors?
Can partial class be inherited?
What is private variable?
how to sort an array in c#
What is the use of properties window?
Explain concurrency with aop?
How do I trim a space in c#?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
What will a loop recorder show?
For methods inside the interface why can’t you specify the accessibility modifier?
What is the difference between // comments, /* */ comments and /// comments?
What is monitor in C#?
What is int tryparse in c#?
What is difference between interface and abstraction?
Why reflection is used in c#?