What is the Main difference between String and
StringBuilder and why do we use StringBuilder.
Answer Posted / mahesh
String and StringBuilder Both are classe for store the
strings.
String Builder is faster than String. String is immitable,
StringBuilder is mutable.
| Is This Answer Correct ? | 28 Yes | 14 No |
Post New Answer View All Answers
How do you declare an arraylist?
What does readonly mean in c#?
explain the nature of the assembly work?
what is IEquatable
What are c# i/o classes?
what is the difference between convert.tostring() and tostring() functions ?
How to put assembly in gac?
What is a generic in c#?
What is using keyword?
What is tryparse c#?
How to sign an assembly with strong name?
What method is used to sort the elements of the array in descending order?
Can I fly with a loop recorder?
What is state c#?
Distinguish between continue and break statement?