Question: Which statements are true about a functional interface? (Choose three.) A. It may contain any number of abstract methods. B. It must contain a single
Which statements are true about a functional interface? (Choose three.)
A. It may contain any number of abstract methods.
B. It must contain a single abstract method.
C. It may contain any number of private methods.
D. It must contain a single private method.
E. It may contain any number of static methods.
F. It must contain a single static method.
Step by Step Solution
3.49 Rating (149 Votes )
There are 3 Steps involved in it
In Java a functional interface is an interface that has just one abstract method excluding the metho... View full answer
Get step-by-step solutions from verified subject matter experts
