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 a long in c#?
Which config file has all the supported channels/protocol?
What is difference between Trace and Debug
What is the default scope of a class in c#?
What is transparent caching with aop ?
Is c# a backend language?
What is object pool in .net?
Why do we use readonly in c#?
Explain anonymous type in c#?
What is the difference between ienumerable and enumerable?
What is boolean conditions in c#?
From which base class do all Web Forms inherit from?
Why do we need to call CG.SupressFinalize?
Is null in c#?
What is the difference between interface and abstract class in c#?