What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / susan
StringBuilder is more efficient in the cases, where a lot
of manipulation is done to the text. Strings are immutable,
so each time it is being operated on, a new instance is created.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do multicast delegates mean?
What is method and function in c#?
Is c# or c++ better for games?
What is a .aspx file?
What is the difference between const and static read-only?
What is default parameter in c#?
What is class method c#?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!
Can a sealed class be used as a base class?
What is default boolean value in c#?
Why do we use yield in c#?
How to achieve polymorphism in c#?
Enlist all the components of an ado.net framework?
How can I develop an application that automatically updates itself from the web?
What are the problem with .NET generics?