Is string reference type / value type?
Answer Posted / sunil
string is a 1000% reference type
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is Garbage Collection in .Net?
What is difference between managed and unmanaged code?
Explain dataset.acceptchanges method in .net?
How can it prevents DLL Hell assembly versioning in .NET?
Which is the best language for desktop application?
Explain partial class in c#?
explain Garbage collector’s functionality on unmanaged code
What is transparent caching with aop ?
Explain 'structure padding'?
1. Describe page life cycle?
What do you mean by generic class in c#?
What are the Configuration files in .net?
What is data type in c# with example?
What is the difference between Static, Const and read only?
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?