Is string reference type / value type?
Answer Posted / mukkamalla prasastha
if u dont know dont confuse others
String is 100 % reference type
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Why do we use 0?
What happens if the inherited interfaces have conflicting method names?
What is the difference between virtual method and abstract method?
Why can’t struct be used instead of class for storing entity?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
How many parameters can a method have c#?
What is ado net in c#?
Can we inherit abstract class in c#?
What is a collection in c#?
What is Implementation inheritance
What is the default value of string in c#?
what is boxing and unboxing?can we initialize unboxing directly?
what is the difference between convert.tostring() and tostring() functions ?
Why do we use static methods in c#?
What is difference between dynamic and var in c#?