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
Are c# references the same as c++ references?
How is lazy loading achieved?
Can you explain template pattern?
What is .cs file in c#?
What is expression tree with example?
What is difference between private and static constructor?
What is a clr host?
What is difference between C# and VB.NET?
What are the different types of delegation?
What is an interface class? Give one example of it
What is array collection?
Define c# and list the features.
What is code verification?
What is jit? What are the different types of jit?
What is default boolean value in c#?