Question d’entretien chez Capgemini

What is immutable and how to make a class immutable?

Réponse à la question d'entretien

Utilisateur anonyme

26 juin 2020

Immutable means which will not change. In Java, immutable object doesn't change their state after creation. Please check how to make a class immutable.