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
What is parameters in c#?
What is the benefit of dependency injection c#?
Why do we use reflection in c#?
Why static constructor is parameterless in c#?
What is default access modifier for class in c#?
How to use session under class file of APP_Code folder?
Why dependency injection is used in c#?
Define delay signing?
Is c# a backend language?
What is dll file in c#?
Explain the difference between arraylist and array and in c#?
Is lazy thread safe c#?
How do I format in c#?
Can struct inherit from class c#?
What are the 3 types of comments in c#?