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

String..
1.Its a class used to handle strings.
2.Here concatenation is used to combine two strings.
3.String object is used to concatenate two strings.
4.The first string is combined to the other string by
creating a new copy in the memory as a string object, and
then the old
string is deleted
5.we say "Strings are immutable".

String Builder..
1.This is also the class used to handle strings.
2.Here Append method is used.
3.Here, Stringbuilder object is used.
4.Insertion is done on the existing string.
5.Usage of StringBuilder is more efficient in case large
amounts of string manipulations have to be performed

Is This Answer Correct ?    40 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is MVVM design pattern?

1080


how can you tell ef to have a different table or column name than that defined for the class?

1105


mention what is the difference between ado.net and classic ado?

1162


What are the sub types of ActionResult?

1209


how do you mark a property as required? For example, for a project, the name is a required field.

1122


Describe the roles of clr in .net framework.?

1176


Can you please explain the request flow in ASP.NET MVC framework?

1182


What is entity framework? : Entity framework

1098


How we can add the CSS in ASP.Net MVC?

1080


What are the 3 main components of an asp.net mvc application?

1083


Explain peek method in tempdata in asp.net mvc?

1168


I want ask from plz smaple example code for Biztalkk server

2269


What is the role of the jit compiler in .net framework?

1161


Explain the difference between viewbag and viewdata in mvc?

1017


Can you explain renderbody and renderpage in asp.net mvc?

1075