Question d’entretien chez Zolo

What is the difference between StringBuffer and StringBuilder class?

Réponse à la question d'entretien

Utilisateur anonyme

3 déc. 2018

StringBuffer is synchronized i.e. thread safe whereas StringBuilder is non synchronized.