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
The correct statements are C A private static interface method can call static methods F A public st... View full answer
Get step-by-step solutions from verified subject matter experts
