Solved

Which of the Following Statements About Lambda Expressions Is NOT

Question 67

Multiple Choice

Which of the following statements about lambda expressions is NOT true?


A) Lambda expressions are used to define a single function of a functional interface.
B) A lambda expression defines the parameters and return value of a method in a compact notation.
C) Lambda expressions are a convenient notation for callbacks.
D) Lambda expressions cannot contain a method body enclosed in braces with a return statement.

Correct Answer:

verifed

Verified

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

Related Questions