What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / guest
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 ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is dataadapter c#?
What is the meaning of MSIL?
What is escape sequence in c#?
What is xml comments in c#?
how can one use hcl and c sharp together?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
When was .net linq added?
What is the difference between disposing of () and finalize() methods in c#?
What is the difference between properties and indexer in c#?
What is assembly version series sequence?
What is use of hashtable in c#?
Which controls do not have events?
What is the main usage of keyword “virtual†? How does it work for a method or property?
Which is better python or c#?
Explain the difference between passing parameters by value and passing parameters by reference with an example?