Is string reference type / value type?
Answer Posted / akn
Everything not derived from System.ValueType is a reference
type.
So System.String is reference type.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How to find the current application file path while runtime?
Illustrate serialization?
Explain About Virtual functions and their use.
If a child class instance is created, which class constructor is called first - base class or child class?
What is attribute and reflection in c#?
Why do we need dependency injection in c#?
What is a dynamic assembly?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
What are modifiers in c#?
What is wrong with the sample program below?
What is datagridview in c#?
What is bit in c#?
Is c# or c++ better for games?
Can arraylist hold primitive types?
Is static thread safe?