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 is the difference between System.String and
System.StringBuilder classes?

Answer Posted / davender arora

sytem.string is immutable it means if we r performing
string manipulations new memory is allocated each time
eg:string a=dev; a=arora; in this case new memory is
created a=arora and previously a=dev wil be deleted.so
major impact on performance but string builder is mutable
so same memory wil be updated for the same so good
performance.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How Global.asax is used ?

1096


When do we generally use destructors to release resources?

980


How do namespaces work?

1010


Is class reference type c#?

957


What does f mean in c#?

954


What are the properties of a string class?

1091


What is native image generator (ngen.exe)?

1260


In howmany ways can you deploy an assembly?

991


Can a class have multiple constructors c#?

920


What is for loop in c#?

954


How big is an int in c#?

1028


What is file extension of webservices?

1084


From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?

997


What are the main reasons to use c# language?

997


How main method is called in c#?

998