What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / rahul
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 ? | 10 Yes | 2 No |
Post New Answer View All Answers
Explain the accessibility modifier protected internal?
How to block a class from being inherited further?
Distinguish between array and arraylist in c#?
How many dimensions can an array have?
Explain the types of assemblies in .net?
What is the Signification of the "new " keyword in C#? example
Is there hashmap in c#?
What is the use of readkey in c#?
What is variable in c#?
Can you use all access modifiers for all types?
What are object pooling and connection pooling and difference between them?
What types of object can I throw as exceptions?
How does bitwise xor work?
What is cli in c#?
how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com