Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What?s the advantage of using System.Text.StringBuilder over
System.String?

Answer Posted / guest

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 ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the difference between class and object?

1044


What’s a strong name?

1067


What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to

1011


What is readline c#?

946


Can we declare private class in c#?

963


How to handle exceptions that are raised in a component?

1149


Why do we need encapsulation in c#?

1001


What does writeline mean?

1043


What is static and use of it?

1032


What is the use of nullable types in c#?

1044


What is better C# or VB.NET?

989


What do you mean by default constructor?

1142


Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?

1043


how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.

1773


Can the nested class access, the containing class. Give an example?

941