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:

Verified
Correct Answer:
Verified
Q14: Consider classes A, B and C, where
Q15: For which of the following would polymorphism
Q16: Which statement best describes the relationship between
Q17: If the superclass contains only abstract method
Q18: Which of the following is not possible?<br>A)
Q20: In Java SE 7 and earlier, an
Q21: Declaring a method final means:<br>A) it will
Q22: Polymorphism enables you to:<br>A) program in the
Q23: Which of the following could be used
Q24: The UML distinguishes an interface from other