Can you please explain the difference between System.String and System.StringBuilder classes?

Submitted by: Administrator
System.string class is non-updatable and it will create new string object instead of updating the same. But updation in the same string object is possible for String. Stringbuilder class. So, the operation on string builder is faster and efficient than the string class.
Submitted by:

Read Online VB .Net Developer Job Interview Questions And Answers