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

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

Post New Answer

More C Sharp Interview Questions

What is int tryparse in c#?

0 Answers  


What is local function?

0 Answers  


When Should You Call The Garbage Collector In .net?

0 Answers   Siebel Systems,


What is readline c#?

0 Answers  


Can multiple catch blocks be executed?

4 Answers  






Explain partial class in c#?

0 Answers  


What is reflection c#?

0 Answers  


What is difference between c sharp and c#?

0 Answers  


what are the different ways to cleaning up objects?

2 Answers   Wipro,


Explain code compilation in c#.

0 Answers  


why C++ Partial Object Oriented Programming Language and C# and Java Fully Object Oriented Language

11 Answers   3i Infotech, Alexa, Assyst, Naresh i Technologies, TCS,


What are logical operators in c#?

0 Answers  


Categories