Which of the following statements about interface methods are correct? (Choose three.) A. A private static interface

Question:

Which of the following statements about interface methods are correct? (Choose three.)

A. A private static interface method can call default methods.

B. A public static interface method can call abstract methods.

C. A private static interface method can call static methods.

D. A default interface method can call private static methods.

E. A default interface method can call abstract methods.

F. A public static interface method can call default methods.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: