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...

Difference between string and stringbuilder?

Answer Posted / akash

using String
if u want to append the text then u prefer's this thing
string strTemp="a";
strTemp=strTemp+"jay";

But in case of StringBuilder
if u want to do the samething then u will get a append() function.

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of generics in c#?

958


To allow an element to be accessed using a unique key which .NET collection class is used ?

1133


Why do we use stringbuilder in c#?

970


Can I do things in il that I can't do in c#?

961


What is default value of decimal c#?

921


How objects are stored in memory?

1084


Is a games console a computer?

981


How does inheritance work in c#?

1178


Can we make a class private in c#?

979


What is difference between encapsulation and abstraction in c#?

1009


What is the reason behind the invention of c#?

1195


Can we inherit class that contains only one private constructor?

1010


What is a scope in c#?

940


How do you create dlls in .NET

1090


Why we use get and set method in c#?

999