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 a void c#?
Which framework is best for desktop application?
What are the various components in crystal reports?
What are the Configuration files in .net?
What is the use of iqueryable in c#?
Explain About remoting and web services. Difference between them
How does foreach loop work in c#?
Why do I get a syntax error when trying to declare a variable called checked?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is a protected class c#?
What is application c#?
what is collections in .net? why we use?
What is a partial method?
Explain About web methods and its various attributes
What is default parameter in c#?