IT Placement Papers Microsoft Technologies C#
This category contains C# Interview Questions and Answers |
What is the difference between System.String and System.StringBuilder classes?
|
|
|
|
|
System.String is immutable; System.StringBuilder was designed with the purpose of having a mutable string where a variety of operations can be performed.
Only registered users can write comments. Please login or register.
|