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
Is there a way of specifying which block or loop to break out of when working with nested loops?
What does exclamation mark mean in access query?
Is namespace a class?
Does main have to be static c#?
What does get set mean in c#?
Explain the role of the datareader class in ado.net connections?
What language is arduino?
What are the benefits of using the aggregate method in linq?
What are satellite assemblies?
What is ilist c#?
What is the purpose of a constructor in c#?
What is strong name assembly?
What are custom exceptions? Why do we need them?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
What is virtual class in C#?