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

StringBuilder is more efficient in cases where there is a large amount of string manipulation. Strings are immutable, so each time it's being operated on, a new instance is created.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is property in c#?

867


What are functions c#?

914


What are the namespace level elements?

896


Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?

921


Suppose two interfaces have same method, so how will you implement these methods in derive class?

907


Why do we need generics?

859


When can a derived class override a base class member?

843


What is the difference between dynamic type variables and object type variables in c#?

831


Please explain value types and reference types used in c#?

807


What are the Types of configuration files and their differences

1010


What is the use of the dispose method in C# ?

913


code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.

2115


What is method overriding in c#

1025


How do you declare a variable in c#?

918


Is double a decimal?

874