Pregunta de entrevista de Huawei Technologies

What is final, finally & finalize in java

Respuesta de la entrevista

Anónimo

27 jul 2010

final - value cannot be changed (data type); cannot be overriden (method); cannot be subclassed (class)