Solved

Which of the Following Statements Is False

Question 15

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions