What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / rahul
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 ? | 10 Yes | 2 No |
Post New Answer View All Answers
What are types of constructor?
What is Implementation inheritance and interface inheritance?
What is dependency in software?
What are functions c#?
Explain About disco and uddi
What is the difference between iqueryable and ienumerable?
What is the output of TextWriterTraceListener redirected?
How many bytes is an int in c#?
Is cli same as the clr?
Why do we need generics?
Does c# support templates?
What is the difference between finalize() and dispose() methods?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
Define constructors
Can a string be null c#?