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
Describe the process of “exception handling implementation” in c#?
Is comparable a functional interface?
What does firstordefault mean in c#?
Explain About CLS?
Can you pass value types by reference to a method?
Why do we use inheritance in c#?
What do constructors do in c#?
Which of the following operations can you not perform on an ado.net dataset?
How do we achieve encapsulation in c#?
What does it mean?
What is mean by c#?
What is use of console?
what is IEquatable
What is the difference between system.text.stringbuilder and system.string?
What is generic and non generic collections in c#?