What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / kirti
StringBuilder is more efficient in cases where there is a large amount of string manipulation. Strings are immutable, so each time it's being operated on, a new instance is created.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between throw and throws in c#?
What is extension method in c# and how to use them?
Any problem found in vs.et
Is equal in c#?
What are the 3 types of comments in c#?
What is application object in c#?
What is thread safe in c#?
Is c# an open source?
What is the difference between “out” and “ref” parameters in c#?
What is iformatprovider in c#?
What is the difference between CONST and READONLY?
what is the scope of anonymous type ?
How does insertion sort work?
Explain the process of abstraction with an example?
What is a namespace server?