What?s the advantage of using System.Text.StringBuilder
over System.String?
Answer Posted / 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 View All Answers
What is generic method in c#?
Define multicast c# delegate?
Can you have more than one namespace in c#?
Explain the serialization in .net
In howmany ways can you deploy an assembly?
What is a jagged array?
What is the file extension for c#?
Wcf and what is difference between wcf and web services?
Are tuples mutable c#?
What is different between Boxing and Unboxing?
What are the benefits of using windows services:
Define acid rule of thumb for transactions in c#.
How do I do implement a trace?
What is a thread c#?
What is a multi line comment?