Java SE 11 Developer (1Z0-819) — Question 43

Which two interfaces are considered to be functional interfaces? (Choose two.)

Answer options

Correct answer: A, C

Explanation

The correct answers are A and C because they both define a single abstract method, which is the requirement for a functional interface. Options B, D, and E either define more than one abstract method or do not meet the criteria of a functional interface.