Whats 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 ASP Programming Job Interview Questions And Answers