Is string reference type / value type?
Answer Posted / ravikiran gullapalli
String is 100% Reference Type. It is an immutable object.
Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is data annotation in c#?
Does c# support const methods, properties, or events?
What is the difference between delegates and events in c#?
What is difference between === and ==?
Can a abstract class have a constructor?
Explain the process of polymorphism with an example?
What is selector c#?
How do I get deterministic finalization in c#?
What is a property in c#?
What is a linked list c#?
What do you mean by string objects are immutable?
What is the difference between private and protected in c#?
How can you set image source dynamically from c# application to ”test.png” file?
What do you mean by the delegate in c#?
Why do we need reflection in c#?