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



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

Answer / swapna

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 ?    2 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is c# a strongly-typed language?

0 Answers  


Is comparator a functional interface?

0 Answers  


why C# called C#

3 Answers  


For read-only operation which property you have to designated?

0 Answers   Siebel,


Can partial class be inherited?

0 Answers  






Is c# good for games?

0 Answers  


How to Install uninstall assemblies into GAC?

0 Answers   CitiusTech,


What is difference between dictionary and hashtable in c#?

0 Answers  


What is concrete method in c#?

0 Answers  


what are the different ways a method can be overloaded?

0 Answers   Siebel Systems,


What is the difference between int and int in c#?

0 Answers  


Where is c# compiler located?

0 Answers  


Categories