Multiple Choice
Which of the following statements is false?
A) Functional interfaces are also known as single abstract method (SAM) interfaces.
B) Package java.util.function contains six basic functional interfaces BinaryOperator, Consumer, Function, Predicate, Supplier and UnaryOperator.
C) There are many specialized versions of the six basic functional interfaces for use with int, long and double primitive values. There are also generic customizations of Consumer, Function and Predicate for binary operations-that is, methods that take two arguments.
D) All of these statements are true.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Which of the following statements is false?<br>A)
Q11: Collectors static method groupingBy with two arguments
Q12: Prior to Java SE 8, Java supported
Q13: Stream method _ maps objects to double
Q14: Class Array's _ method is used to
Q16: Map method entrySet returns a Set of
Q17: Which of the following statements is false?<br>A)
Q18: The intermediate Stream operation _ results in
Q19: Which of the following statements is false?<br>A)
Q20: _ is a method reference for an