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
Why do we need interface in c#?
What is callback delegate in c#?
How do you declare a variable in c#?
Name some properties of thread class.
What do you mean by thread safe in c#?
What are the two kinds of properties in c#.
What is string in c# net?
Differentiate between response.expires and response.expiresabsolute?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
What is the difference between finally and finalize block?
what is the Difference between the public and private ?
How does c# achieve polymorphism?
Explain the difference between user control and custom control. Also, explain their use.
What is the difference between field and variable in c#?
Does unity use c++ or c#?