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
Q26: _ is a method reference for an
Q29: Stream mutable reduction operation _ creates a
Q33: _ is a constructor reference. It creates
Q40: IntStream method _ performs the count, min,
Q42: A nice performance feature of lazy evaluation
Q44: An _ (package java.util.stream)is a specialized stream
Q44: _ is an intermediate operation that transforms
Q46: The type of a lambda is the
Q50: The basic generic functional interface _ in
Q53: Functional interface Comparator's default method _ reverses