Sunday, 28 April 2013

What is the difference between System.String and System.StringBuilder classes? | C#.Net Interview Questions

System.String is immutable; System.StringBuilder can have mutable string where a variety of operations can be performed.

No comments: