Solved

Which of the Following Statements Is False

Question 19

Multiple Choice

Which of the following statements is false?


A) As of Java SE 8, any interface containing only one method is known as a functional interface.
B) There are many functional interfaces throughout the Java APIs.
C) Functional interfaces are used extensively with Java SE 8's new lambda capabilities.
D) Anonymous methods provide a shorthand notation for creating lambdas.

Correct Answer:

verifed

Verified

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

Related Questions