Question d’entretien chez Intellect Design Arena

What is the difference between final and finally?

Réponse à la question d'entretien

Utilisateur anonyme

21 déc. 2023

Final assigns a value to a variable as final value and cannot be modified while finally keyword is used to execute the finally block at the end.