Multiple Choice
You can declare that an interface is a functional interface by preceding it with the @FunctionalInterface annotation. The compiler will then ensure that the interface contains ________; otherwise, it'll generate a compilation error.
A) no abstract methods
B) all abstract methods
C) only one abstract method
D) one or more abstract methods.
Correct Answer:

Verified
Correct Answer:
Verified
Q46: Which of the following statements is false?<br>A)
Q47: Intermediate Stream operation _ results in a
Q48: Which of the following statements is false?<br>A)
Q49: Which of the following statements is false?<br>A)
Q50: Which of the following statements is false?<br>A)
Q52: The basic generic functional interface _ in
Q53: Functional interface Comparator's default method _ reverses
Q54: The basic generic functional interface _ in
Q55: Collectors static method groupingBy with one argument
Q56: Which of the following statements is false?<br>A)