What is the difference between System.String and System.StringBuilder classes?

Submitted by: Administrator
System.String is immutable; System.StringBuilder was designed with the purpose of having a mutable string where a variety of operations can be performed.
Submitted by: Administrator

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers