Pregunta de entrevista de TechFlow

Java: Explain keyword final

Respuesta de la entrevista

Anónimo

8 mar 2012

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

1