What’s the difference between System.String and System.StringBuilder classes?
Interview question and answer by:
Charugoel | Posted on: 2/4/2009 | Category:
ASP.NET Interview questions | Views: 3318 |
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.Append Keyword is used in System.StringBuilder but not in System.String.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: