What?s the difference between System.String and
System.StringBuilder classes?
Answer Posted / rahul
System.String is immutable; System.StringBuilder was
designed with the purpose of having a mutable string where a
variety of operations can be performed.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Define a class and an object?
What is routing in c#?
What is jit? What are the different types of jit?
What are the ways in which client can create object on server in cao model?
Why are strings immutable in c#?
Does c# support a variable number of arguments?
Do vs while c#?
Is stringbuilder better than string?
What are static and dynamic variables?
What is null in database?
What is clr namespace?
What is difference between sleep () and wait ()?
Difference between abstract classes and interfaces
What is xaml in c#?
What is difference between ienumerable and iqueryable in c#?