Is string reference type / value type?
Answer Posted / kapil dalke
string is reference type . dont confuse yar..........
because String is immutable objects..........
means does not change the values(string).......
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
what is a constructor? What is a destructor?
Why do we use inheritance in c#?
What is a delegate? How can it works?
Can hashtable have duplicate keys?
what is boxing and unboxing?can we initialize unboxing directly?
What is the difference between public, static, and void?
What is a string in c#?
What are static and dynamic variables?
Can you pass value types by reference to a method?
What is the size of a decimal?
What is dictionary collection in c#?
Define a manifest in .net?
What is parallel foreach c#?
Explain about Destructor method?
How many digits are in an integer?