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 datetime parse in c#?
What is serialization in dot net?
Can mvc be used for desktop applications?
Is list passed by reference c#?
Why do we need generics?
What is IL / CIL / MSIL?
Is multiple inheritance possible in c#?
Can abstract classes be final?
What is the usage of transponders?
Is dictionary a collection?
What is the correct way of declaring an xml namespace?
What is the difference between string keyword and system.string class?
What is difference between var dynamic and object in c#?
What is scope c#?
What is _viewstart cshtml?