Showing posts with label Difference Between String and StringBuilder. Show all posts
Showing posts with label Difference Between String and StringBuilder. Show all posts

Tuesday, 3 January 2012

Difference Between String and StringBuilder


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