Static nested classes cannot access instance (non-static) members of the enclosing class because they are not associated with any instance of the enclosing class. They can only access static members of the enclosing class and their own members (both static and non-static).