Is string reference type / value type ?
Answer Posted / ankur sehgal
string is reference type but it behaves as value
type.Because every time u assign a value to string a new
object is created.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Is null == null c#?
What is the difference between as and is operators in c#?
To create a localized application which namespaces are necessary?
Should I use double or float?
What is the difference between static class and singleton class in c#?
What are actions in c#?
What are predicates in c#?
What is meant by enumerable in c#?
Could you explain the difference between func vs action vs predicate?
Define a jagged array in c#?
Explain the various types of classes used in c#?
What is icomparer in c#?
What is data adapter in c#?
What are the types of inheritance in c#?
4. Describe the process when we send a request URL? And who is responsible for that?