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?

Answers were Sorted based on User's Feedback



What?s the advantage of using System.Text.StringBuilder over System.String?..

Answer / rahul

StringBuilder is more efficient in the cases, where a lot
of manipulation is done to the text. Strings are immutable,
so each time it?s being operated on, a new instance is created.

Is This Answer Correct ?    10 Yes 2 No

What?s the advantage of using System.Text.StringBuilder over System.String?..

Answer / susan

StringBuilder is more efficient in the cases, where a lot
of manipulation is done to the text. Strings are immutable,
so each time it is being operated on, a new instance is created.

Is This Answer Correct ?    0 Yes 0 No

What?s the advantage of using System.Text.StringBuilder over System.String?..

Answer / kirti

StringBuilder is more efficient in cases where there is a large amount of string manipulation. Strings are immutable, so each time it's being operated on, a new instance is created.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Where is the keyword void used?

0 Answers  


What are the security issues if we send a query from the application?

1 Answers   Microsoft,


Are structs value types or reference types?

0 Answers  


how to handle errors in sqlserver

1 Answers  


What is delegate in c# interview questions?

0 Answers  


Why singleton class is sealed in c#?

0 Answers  


What is cookies in c# asp net?

0 Answers  


What is the implicit name of the parameter that gets passed into the set method/property of a class?

0 Answers   Siebel,


how to change a value of particular cell in a data grid

3 Answers  


Which are the loop types available in c#?

0 Answers  


Why do we use interfaces in c#?

0 Answers  


what is the index value of the first element in an array?

0 Answers  


Categories