Which statement about a static nested class is TRUE?
-
A
It can access the instance variables of its enclosing class directly
-
B
It must be instantiated through an instance of the outer class
-
C
It can only contain static members
-
D
It can be instantiated without an instance of the outer class