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 do you mean by default constructor?
What is a interface in c#?
Are there constructors in c sharp?
What is managed or unmanaged code?
Illustrate race condition?
What are the various components in crystal reports?
Can interface have virtual methods in c#?
Why do we need delegates in c#?
What is a delegate? Explain.
How does array sort work?
How do you escape c#?
What is multiple interface in c#?
What is difference between out and ref in c#?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
How to use delegates with events?