Which of the following is false? A static method has no this reference. A static method can be accessed even when no objects of its class have been instantiated. A static method can call instance methods directly. A static method must be used to access private static instance variables.