Question d’entretien chez Barclays

Why is String immutable in Java?

Réponse à la question d'entretien

Utilisateur anonyme

5 févr. 2012

Since String is immutable it can safely shared between many threads ,which is very important for multithreaded programming and etc..