Question d’entretien chez Virtusa

difference between final and finally

Réponse à la question d'entretien

Utilisateur anonyme

24 août 2016

final is used to make a variable or method constant and finally is used in exception handling .finally method is executed even if try and catch blocks are not executed