Question d’entretien chez Revature

In java what is final?

Réponse à la question d'entretien

Utilisateur anonyme

30 déc. 2021

The Final is a keyword in Java. The final variable is constant, final method is prevent overriding, and final class prevent inheritance.