Respuesta :

The reason a static method can't access instance variable is because static references the class not a specific instance of the class so there is no instance variable to access.