What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / kirti
StringBuilder is more efficient in cases where there is a large amount of string manipulation. Strings are immutable, so each time it's being operated on, a new instance is created.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can extension methods access private members?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
What is tryparse c#?
What is the root element of an xml file?
What are the namespace level elements?
Can we override interface method?
Difference between value and reference type. What are value types and reference types?
4. Describe the process when we send a request URL? And who is responsible for that?
In which order the constructor is called for an inherited class?
Can a struct inherit from another struct or class in c#?
what is a constructor? What is a destructor?
What is a base class in C#?
What is datagrid c#?
How can I make sure my c# classes will interoperate with other .net languages?
How to force my .net app to run as administrator on windows 7?