What's the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / prathap
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 ? | 23 Yes | 1 No |
Post New Answer View All Answers
How would you implement inheritance using c#?
What is view state and how it works in asp net?
What is Partial PostBack in ASP.NET?
What is the caspol.exe tool used for?
Where do the cookie state and session state information be stored?
What is the difference between custom controls and user controls?
What is the use of web.config and machine.config files?
What is synchronous and Asynchronous post back ?
How can you make sure that web api returns json data only?
What is session start?
How to use push notification?
What are cookies in your browser?
What are the steps involved to fill a dataset?
What is autopostback in asp net?
Differentiate between globalization and localization.