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
Does c# support multilevel inheritance?
In a memory when you Box and Unbox a value-type what happens?
Where do we use static class in c#?
What is inner class in c#?
if you do have a stack overflow profile.what is your ranking?
What are the uses of namespaces?
What is a namespace server?
What is the task perform by clr?
Why delegate is used in c#?
What is datatable in c#?
What is the default value of guid in c#?
What is ienumerator c#?
What is the usage of Enumeration in C# Programming and is it good to use or not ?
Explain the feature of c# language?
Is static thread safe?