Question d’entretien chez Huawei Technologies

What is final, finally & finalize in java

Réponse à la question d'entretien

Utilisateur anonyme

27 juil. 2010

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