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 are the value types in c#?
Can we instantiate abstract class in c#?
How is exception handling implemented in c#?
Explain more on CLR
What is static classes in c#?
Why singleton is sealed?
Are tuples mutable c#?
What is called method in c#?
What is data annotation in c#?
What type is string in c#?
What is Fragmentation and its Types?
Is c++ or c# better?
Is c# good for beginners?
Enlist all the components of an ado.net framework?
What is polymorphism in c sharp?