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
Does google crawl redirects?
How to implement Authentication and Authorization?
What is httpresponse?
Where sessions are stored?
Is a dll file an executable?
List of words of preprocessor in .net?
Name the namespace which is used by ado.net?
What are the media types of http requests and response?
What is round trip in asp.net?
What is event bubbling?
What is the default Orientation property in a Menu control?
calling result set one procedure to anothar procedure in sql2000
Explain the different parts that constitute ASP.NET application?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the parts of an http response?