Question d’entretien chez Revature

What is the difference between a static variable and a final variable?

Réponse à la question d'entretien

Utilisateur anonyme

17 nov. 2020

The static variable belongs to a class only ( a child class cannot inherit) the Final variable is a constant variable that cannot be changed but can be inherited