Is string reference type / value type?
Answer Posted / baranee
Sorry guys bit of careless ..In the previous post I have
made a mistake string is a reference type not a value type.
Again, String is a reference type.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you remove white spaces from a string?
Explain the difference between access specifier and access modifier in c#?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
What are the main reasons to use c# language?
Why use a singleton instead of static methods?
Illustrate the process of code compilation in c#?
What are c# i/o classes?
What is the difference between ienumerable and enumerable?
How does bitwise work?
what is the default access for a class
How do you implement thread synchronization in c#?
What is a delegate? How can it works?
Can we have multiple constructors in a class c#?
What does void mean in c#?
What is the purpose of a constructor in c#?