Difference Between String and StringBuilder

 Posted by Majith on 9/7/2009 | Category: C# Interview questions | Views: 8495
Answer:

String Class
Once the string object is created, its length and content cannot be modified.
Slower
StringBuilder
Even after object is created, it can be able to modify length and content.
Faster


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response