Is string reference type / value type?
Answer Posted / k.hemalatha
string is a reference type but behave likes value type.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
Write a program to find the angle between the hours and minutes in a clock
What is the default value of decimal in c#?
How do you inherit a class into other class in c#?
Is c# 8 released?
How to find whether the application is run from inside ide or not?
What is difference between === and ==?
Can we write class inside a class in c#?
What is the difference between serialization and deserialization in c#?
Can we inherit private class in c#?
How many static constructors are allowed in a class?
Why singleton pattern is used in c#?
What is difference between arraylist and list in c#?
Write down the c# syntax to catch an exception
Why do I get a security exception when I try to run my c# app?
What happens during the process of boxing?