Is string reference type / value type?
Answer Posted / kishore.a
String is a reference type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you allow a class to be inherited, but prevent the method from being over-ridden?
What is different between Boxing and Unboxing?
What is dll file in c#?
What is the use of static in c#?
What is returned if you pass the value 12.34 to the parsefloat () function?
Why do we need encapsulation in c#?
What is singleordefault c#?
What is cts, clr?
Is string immutable in c#?
Are objects passed by reference in c#?
what is virtual method in c#?
Explain async and await?
What are the different types of delegation?
What is or operator in c#?
Why do we use yield in c#?