Multiple Choice
Which statement about lambda expressions is NOT correct?
A) The body of a lambda expression must consist of a single expression.
B) A lambda expression can have an optional parameter type.
C) A lambda expression can be converted to an instance of a functional interface, which is an interface with a single abstract method.
D) A lambda expression can have multiple parameters.
Correct Answer:

Verified
Correct Answer:
Verified
Q69: Complete the following code snippet to display
Q70: Which Java interface is NOT a functional
Q71: Consider the following pseudocode that returns an
Q72: Complete the following statement that uses streams
Q73: Which method of the Stream class can
Q75: Which method yields a new stream with
Q76: Complete the following code snippet that returns
Q77: Complete the following code snippet that checks
Q78: Which statement creates a set of majors
Q79: The method reference System.out::println is a shorthand