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 Main difference between String and
StringBuilder and why do we use StringBuilder.

Answer Posted / ashwini choudhari

string class u can't directly the change the string value
and u want to do some manipulation with the string object
then it's give the new memory in stack when u can the do
the manipulation with the string object but in String
Builder class not happened to give the new memory
allocation in stack it just repalcing the some part of
string which u want repalce or appended so that the
performances increases.
Actually String Builder it is referneces type .

Is This Answer Correct ?    11 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can abstract class have constructor?

824


What is xaml in c#?

890


What’s thread.sleep() in threading ?

967


What does the dispose method do with the connection object?

920


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

916


Why do we need encapsulation in c#?

910


Which is better python or c#?

813


What is yield c#?

821


How the versioning applies to Assemblies or can you explain version numbers?

977


Which string method is used for concatenation of two strings in c#?

961


What are Indexers in C#?

996


What is a collection class in c#?

857


What are generics in c#.net?

969


What are collections in c#?

863


What is Delegate and what is it used for ?

987