What is the Main difference between String and
StringBuilder and why do we use StringBuilder.
Answer Posted / tharaknlr
Strings are immutable means Data value maynot be Changed and
Variable value may be changed.
StringBuilder performs is faster than Strings. and also
designed for Mutable Strings
we can use like this
System.text.StringBuilder
| Is This Answer Correct ? | 89 Yes | 25 No |
Post New Answer View All Answers
How more than one version of an assembly can keep in same place?
How do I create a new form in c#?
Does c# have its own class library?
What is hash c#?
What is datasource c#?
How does bitwise work?
What is immutable in C#?
How to Show Message box in Metro Style App?
Is stringbuilder better than string?
What is a dynamic assembly?
Is c# a strongly-typed language?
What is unrecognized escape sequence in c#?
What is the difference between c and c# programming?
How garbage collection deals with circular references.
What is enum in c#?