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
How do I declare a pure virtual function in c#?
Are enums static c#?
What is array c#?
Why do we need constructor?
What is an abstract class c#?
Explain what are three test cases you should go through in unit testing?
What does string intern do?
Define interface class in c#?
Define delegate?
Can scriptable objects have methods?
What is the delegate in c#?
is it possible to access a remote web service Without UDDI?
Explain the concepts of cts and cls(common language specification).
What is primitive types in c#?
What is the difference between list and dictionary in c#?