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.

Related questions

0 votes
asked May 22, 2022 in JAVA by AdilsonLima
+1 vote
asked Apr 13, 2023 in JAVA by Robin
...