Which of the following is not a valid lambda expression? A. (Integer j, k) -> 5 B.

Question:

Which of the following is not a valid lambda expression? 

A. (Integer j, k) -> 5

B. (p,q) -> p+q

C. (Integer x, Integer y) -> x*y

D. (left,right) -> {return "null";}

E. All of these are valid.

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

Step by Step Answer:

Question Posted: