0 votes
in JAVA by

The following lambda expression is valid.
(x, y) -> return x + y

       A. True

       B. False

1 Answer

0 votes
by

The following lambda expression is valid.
(x, y) -> return x + y

Correct answer is TRUE

...