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 the components of window?
Can we inherit static class in c#?
What is the difference between C# 3.5 and C# 4.0?
Give examples for value types?
What is the difference between c and c sharp?
Can struct inherit from class c#?
What's the difference between abstraction and encapsulation?
What is session state in asp net c# with example?
What method is used to sort the elements of the array in descending order?
What is dto c#?
Why do we need static in c#?
What is the wildcard character in sql?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is Asynchronous call and how it can be implemented using delegates?
Is std :: string null terminated?