employer cover photo
employer logo
employer logo

V-Soft Consulting Group

Est-ce votre entreprise ?

Question d’entretien chez V-Soft Consulting Group

Diferrence between final, finally and finalize in Java

Réponse à la question d'entretien

Utilisateur anonyme

18 sept. 2015

final is a modifier used to describe variable, method and class. finally is used in try catch block to execute every time whether the exception is thrown or not. And finalize is used for a garbage collection.

1