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 multicast c# delegate?
What are the different types of comments in c#?
What do you mean by shared assembly?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
What is difference between a type and class?
Explain how do you directly call a native function exported from a dll?
How do I type a whitespace character?
Explain the concepts of cts and cls(common language specification).
What do multicast delegates mean?
What are instance fields in c#?
Can an exception be thrown from a catch block?
What is the difference between static and constant variables?
What is difference between for and foreach in c#?
What is array formula?
Can you use foreach iteration on arrays in c#?