What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / susan
StringBuilder is more efficient in the cases, where a lot
of manipulation is done to the text. Strings are immutable,
so each time it is being operated on, a new instance is created.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
Is friend a constructor?
How do I know if executenonquery is successful c#?
What is difference between ienumerable and list in c#?
List down the fundamental oop concepts?
Is c# 8 released?
What is the C# syntax to catch any possible exception?
What does the dispose method do with the connection object?
What are indexers in c# .net?
Explain the OOPS concept in C#?
What is the use of inheritance in c#?
How many aware interfaces are there?
Are arrays value types or reference types?
Give an example of removing an element from the queue?
What are c# i/o classes?