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 the difference between interface and abstract class in c#?
What is state c#?
Does c# support properties of array types?
What do u mean by thread safe?
What is garbage collection? How to force garbage collector to run?
without modifying source code if we compile again, will it be generated MSIL again?
Any problem found in vs.et
Is it good to use var in c#?
Explain the use of SN.exe
What is the function of the not null constraint?
Can abstract class have constructor c#?
What is disco?
Explain dataset.acceptchanges method in .net?
What is application c#?
How does the clr work?