What’s the difference between System.String and System.Text.StringBuilder classes?

 Posted by maheshemdsys-5839 on 11/11/2010 | Category: ASP.NET Interview questions | Views: 4724 | Points: 40
Answer:

System.String is immutable.

System.StringBuilder was designed with the purpose of having a mutable string where a variety of operations can be performed.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response

More Interview Questions by maheshemdsys-5839