What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / 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 |
Post New Answer View All Answers
Is a valid int value?
What is difference between association, aggregation and inheritance relationships?
What is the difference between the debug class and trace class? Documentation looks the same.
What is .cshtml file?
What is ado net in c#?
Is arraylist thread safe?
How does the lifecycle of Windows services differ from Standard EXE?
Why do we use delegates?
What's the difference between class and object?
What are the steps to create an assembly and add it to the gac?
How to Install uninstall assemblies into GAC?
What is parameterized constructor?
Why attributes are used in c#?
What is the difference between public, static, and void?
What happens if you add duplicate elements to a set?