Question d’entretien chez Multivision

Difference between final, finalize and finally

Réponse à la question d'entretien

Utilisateur anonyme

27 mars 2016

final means that something is immutable, finalize is the called on an object when garbage collect and finally forces a block of code to execute no matter what.