Is string reference type / value type?
Answer Posted / guest
Simple types (such as float, int, char), enum types and
struct types are all value types.
Note that many types (such as string) appear in some ways
to be value types, but in fact are reference types. These
are known as immutable types
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is a clr host?
What is winforms c#?
What is the use of generics in c#?
List the difference between the virtual method and the abstract method?
What is xslt in c#?
Does c# support const methods, properties, or events?
what is the index value of the first element in an array?
What is data binding with example?
What is expression tree with example?
What is part of a method signature in c#?
Is null or empty in c#?
What is uint16?
What is difference between destructor and finalize?
How do I use the 'using' keyword with multiple objects?
Why is c# a good programming language?