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 an arraylist in c#?
How many types of variables are there in c#?
What does the parsefloat function do?
What is ispostback c#?
What is the benefit of dependency injection c#?
What is the benefit of interface in c#?
What you mean by inner exception in c#?
We cannot create instances of static classes. Can we have constructors for static classes?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
How is exception handling implemented in c#?
What do you mean by hashtable c#?
What is the use of regex in c#?
What is escape character in c#?
What is static void main in c#?
What are fields in c#?