Which statement about functional interfaces and lambda expressions is not true? A. A lambda expression may be

Question:

Which statement about functional interfaces and lambda expressions is not true?

A. A lambda expression may be compatible with multiple functional interfaces.

B. A lambda expression must be assigned to a functional interface when it is declared.

C. A method can return a lambda expression in the form of a functional interface instance.

D. The compiler uses deferred execution to skip determining whether a lambda expression compiles or not.

E. All of these are true.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: