Question d’entretien chez ProgressSoft

what is the difference between final and finally keywords in java ?

Réponse à la question d'entretien

Utilisateur anonyme

30 juil. 2018

final is used to create a constant variable or to prevent override method or prevent inheritance while finally is used in try-catch block and will be always executed whether there is an exception or not