WHAT IS THE DIFFERENCE BETWEEN STRING AND STRING BUILDER ?
Answer Posted / sharifuddin
StringBuilder is a mutable, means no need to create new
variable,
But in string it is immutable, means reverse of string
builder each and every time new object for every new object
exist.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is global namespace in c#?
What is asynchronous one-way calls?
How Reflection is used and what it's significance ?
what is a destructor?
What is int tryparse in c#?
Why do we need singleton class in c#?
What are the types of operator?
What are delegates?
What is session and cookies in c#?
Explain the ways to deploy an assembly?
What is class and object c#?
Why do we use inheritance in c#?
What is private virtual in C#?
My switch statement works differently! Why?
What is a generic c#?