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?



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

Answer / swapna

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

Post New Answer

More C Sharp Interview Questions

What is the minimum size (in bytes) of string data type in c#? Give its compatible data type in .NET Framework.

5 Answers  


How do I type a whitespace character?

0 Answers  


What are collection classes?

0 Answers  


What is type safe in c#?

0 Answers  


How do I develop c# apps?

0 Answers  


What are the collection classes ?

2 Answers   Digital GlobalSoft,


What is event and delegates in c#?

0 Answers  


What is a destructor in c#?

0 Answers  


Are arraylist faster or arrays?

0 Answers  


Does c# support c type macros?

0 Answers  


What is a strong name in c#?

0 Answers  


Why should you override the tostring() method?

0 Answers  


Categories