What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / rahul
StringBuilder is more efficient in the cases, where a lot
of manipulation is done to the text. Strings are immutable,
so each time it?s being operated on, a new instance is created.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Can datetime be null c#?
What issues can be faced while delivering code?
Why do we use polymorphism in c#?
What are different types of Delegates in C#?
What are the differences between events and delegates in c#?
What is gac? How to put assembly in gac?
What is difference between value and reference types in C#.NET
What is written in c#?
In which order the destructor is called for an inherited class?
In a single .NET DLL how many classes it contains?
What is xml serialization and deserialization in c#?
What is anonymous types in c#?
What are managed providers?
Distinguish between finally and finalize blocks?
What is predicate builder?