Oracle
1Z0-819 · Question #72
Which statement about a functional interface is true?
The correct answer is C. It is declared with a single abstract method. See the full explanation below for the reasoning.
Question
Which statement about a functional interface is true?
Options
- AIt must be defined with the public access modifier.
- BIt can have only one abstract method per interface.
- CIt is declared with a single abstract method.
- DIt is declared with a single default method.
- EIt cannot have any private methods and static methods.
How the community answered
(61 responses)- A2% (1)
- B8% (5)
- C85% (52)
- D3% (2)
- E2% (1)
Community Discussion
No community discussion yet for this question.