Question d’entretien chez Infogain

what is the difference in string and stringbuffer

Réponses aux questions d'entretien

Utilisateur anonyme

29 juill. 2017

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 juill. 2017

String is immutable mean memory allocated only onl time where as in stringbuilder memory

5