employer cover photo
employer logo
employer logo

ValueFirst Digital Media

Est-ce votre entreprise ?

Question d’entretien chez ValueFirst Digital Media

Difference between finally block and finalize method?

Réponse à la question d'entretien

Utilisateur anonyme

2 nov. 2020

Finally is used to place important code, it will be executed whether exception is handled or not. Finalize is used to perform clean up processing just before object is garbage collected. Final is a keyword. Finally is a block.