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

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.

Step by Step Solution

3.38 Rating (154 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The correct statements are C A private static interface method can call static methods F A public st... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Oracle Questions!