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
What is singleordefault?
What is strongly typed view?
What is meant by desktop application?
What is binary search tree in data structure?
What do you mean by “finalize” and “finally” methods in c#?
What is extended class in c#?
What is the and operator in c#?
What is namespace in oops?
What is sorted list in c#?
What is difference between for and foreach in c#?
Describe how a .net application is compiled and executed
What's the difference between the debug class and trace class? Documentation looks the same.
Write a syntax for writing a event delegate.
What is the difference between class and namespace?
What is interface inheritance in c#?