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

Why do we use dataset in c#?

0 Answers  


How do you encapsulate in c#?

0 Answers  


What is a partial class in c#?

0 Answers  


How does dependency injection work c#?

0 Answers  


Is xamarin free?

0 Answers  


What does console mean c#?

0 Answers  


What is the namespcae generally given to the webpage of the .NET Framework ?

0 Answers   Siebel,


What are Sealed Classes in C#?

27 Answers   DataPoint, Wipro,


can it possible to acees the virthual method using the override method object? plz give me the example

2 Answers  


Explain about c# language.

0 Answers  


Describe the types of comments in c#?

0 Answers  


What's new in c#?

0 Answers  


Categories