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

stringbuilder:-
1-This class represents a string-like object whose value is a mutable sequence of characters.
2- The value is said to be mutable because it can be modified once it has been created by appending, removing, replacing, or inserting characters. For comparison, see the String class.
3-The default capacity for this implementation is 16, and the default maximum capacity is Int32.
string:-
1-A String object is called immutable (read-only) because its value cannot be modified once it has been created. Methods that appear to modify a String object actually return a new String object that contains the modification. If it is necessary to modify the actual contents of a string-like object, use the System.Text.StringBuilder class.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

2508


what is complex type?

949


What are the components required to create a route in mvc?

1015


What is session state management?

959


What is connected scenario? : Entity framework

1004


What is edm designer? : Entity framework

923


Which are the important namespaces used in ASP.Net MVC?

1034


Explain dependency resolution?

1016


What are actions in asp.net mvc?

1041


Describe the gac in the .net framework.

967


How to enable Attribute Routing?

1060


will there be any issues adding a table without primary keys to a data model?

1008


What is entity framework in asp net?

1011


Explain what languages does the .net framework support?

916


What is ViewData and TempData in ASP.Net MVC?

996