Pergunta de entrevista da empresa Capgemini

What is immutable and how to make a class immutable?

Resposta da entrevista

Sigiloso

26 de jun. de 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.