Is string reference type / value type?
Answer Posted / dr.evil
String is a value Type.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the relationship between a process, application domain, and application?
What is polymorphism c# example?
What is collection class c#?
What is an enumerator c#?
Is linkedhashset synchronized?
What is the difference between yield and return?
How to handle exceptions that are raised in a component?
Explain static class members.
What is private and shared assembly?
What are properties in C#?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
What are the different types of literals in c#?
What standard types does c# use?
What is ac callback?
What is an abstract class c#?