Fill in the blanks: A functional interface must contain or inherit ______________ and may optionally include ______________.

Question:

Fill in the blanks: A functional interface must contain or inherit ______________ and may optionally include ______________.

A. at least one abstract method, the @Override annotation.

B. exactly one method, static methods.

C. exactly one abstract method, the @FunctionalInterface annotation.

D. at least one static method, at most one default method.

E. None of the above.

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

Step by Step Answer:

Question Posted: