Question d’entretien chez Rumango

What is the difference between String, StringBuilder, and StringBuffer in Java?

Réponse à la question d'entretien

Utilisateur anonyme

8 nov. 2024

n Java, String, StringBuilder, and StringBuffer are classes used to handle and manipulate strings, but they differ in terms of mutability and thread safety.