Is string reference type / value type?
Answer Posted / subbu
string is absolutely reference type but value type and reference types can be changed to reference type and value type by boxing and un boxing mechanism.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When a switch is said to be congested?
What are methods in C#?
Is string nullable c#?
What is yield in c#?
What is call back method?
What is CLR and its application.?
What is super class in c#?
What all details the assembly manifest will contain?
What is the difference between ienumerable and enumerator?
What is sealed class in c#?
What is the difference between Decorator and Adapter pattern?
what is an exception in .net?
Explain the difference between event and a delegate in c#?
What is the difference between read and readline in c#?
Suppose two interfaces have same method, so how will you implement these methods in derive class?