Pergunta de entrevista da empresa Huawei Technologies

What is final, finally & finalize in java

Resposta da entrevista

Sigiloso

27 de jul. de 2010

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