Question: Which statements about static interface methods are correct? (Choose three.) A. A static interface method can be final. B. A static interface method can be
Which statements about static interface methods are correct? (Choose three.)
A. A static interface method can be final.
B. A static interface method can be declared private.
C. A static interface method can be package-private.
D. A static interface method can be declared public.
E. A static interface method can be declared protected.
F. A static interface method can be declared without an access modifier.
Step by Step Solution
There are 3 Steps involved in it
The correct answers are 1 B A static interface method can be declared private This is correct Starti... View full answer
Get step-by-step solutions from verified subject matter experts
