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 / rahul

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 ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is serialization and deserialization in c# with example?

932


What does firstordefault mean in c#?

1011


What is the difference between function and method in c#?

956


Does the system.exception class have any cool features?

1078


What is the use of partial methods?

1123


Are c# destructors the same as c++ destructors?

1225


What is asax file in c#?

1013


How is exception handling implemented in c#?

1094


What is difference between gridview and form view?

1067


Does c# have functions?

954


Why do we use delegates?

932


What are the fundamental differences between value types and reference types?

1120


Explain how to implement an object pool in c#.net

1012


If you donot specify an access modifier for a method, what is the default access modifier?

1099


Why do we use generics in c#?

1033