Question d’entretien chez O'Reilly Auto Parts

When can a (Java) class be declared as static?

Réponse à la question d'entretien

Utilisateur anonyme

23 févr. 2019

Inner classes can be static, as they are within the static context of the containing class.