• 2022-05-29
    Which of the following is false? ( )
    A: A static method must be used to access private static instance variables.
    B: A static method can be accessed even when no objects of its class have been instantiated.
    C: A static method has no this reference.
    D: A static method can call instance methods directly.