0 votes
in JAVA by

The following are valid lambda expressions, except _________.

       A. () -> {return “Mario”;}

       B. () -> “Raoul”

       C. () -> {}

       D. None of the options

1 Answer

0 votes
by

Correct answer is None of the options.

...