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

No comments:

Post a Comment