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
What is query string?
What is the difference between ASP Session State and ASP.Net Session State?
Is asp.net outdated?
What is the mvc framework?
What is the difference between union and structure?
Explain the difference between dataset and datareader.
Define machine.config in .net?
How does the iis work?
Is asp.net free?
What is anonymous authentication?
Why would anyone need to implement their own hashtable or linked list?
What is application and session in asp.net?
Is data edited in the Repeater control?
How do http sessions work?
Explain the main differences between asp and asp.net?