String is immutable mean memory allocated whenever new string appended where as in stringbuilder memory allocated to one time.
3
Utilisateur anonyme
3 juin 2019
String is immutable while stringbuffer is mutable means you can modify a stringbuffer object once you can create Ed it with out creating any new object
Utilisateur anonyme
29 juil. 2017
String is immutable mean memory allocated only onl time where as in stringbuilder memory