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
What is difference between private and static constructor?
Is c# a strongly-typed language?
Why do I get a security exception when I try to run my c# app?
What is scope c#?
Why does dllimport not work for me?
Is c# lazy thread safe?
What is an assembly qualified name
What is meant by console programming?
What are most desktop applications written in?
How do you specify a custom attribute for the entire assembly?
What is type cast in C#?
How do I move from one form to another in c#?
What is yield break in c#?
What is the difference between an integer and int?
How do you read an Excel sheet in C#?