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 |
1 comment:
More about.....String and stringbuilder
Ling
Post a Comment