Pergunta de entrevista da empresa TechFlow

Java: Explain keyword final

Resposta da entrevista

Sigiloso

8 de mar. de 2012

If primitive type, the value cannot be changed. If reference type, the reference in memory cannot be changed.

1