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
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
what is partial assembly reference
How big is int16?
what is the syntax to inherit from a class in c#?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
What are the differences between events and delegates in c#?
What is difference between float and decimal?
How do I declare a pure virtual function in c#?
Is namespace necessary in c#?
What is a console file?
What type of data type conversion happens when the compiler encounters the following code?
What are the 2 broad classifications of fields in c#?
What is a base class in C#?
Can you put two constructor with the same structure in a class?
What is the console on a mac?