Pregunta de entrevista de O'Reilly Auto Parts

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

Respuesta de la entrevista

Anónimo

23 de feb de 2019

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