Which lambda can implement this functional interface? A. () -> System.out.println() B. n -> System.out.println(n) C. ()

Question:

Which lambda can implement this functional interface? 

image text in transcribed

A. () -> System.out.println()

B. n -> System.out.println(n)

C. () -> true

D. n -> true

E. None of the above.

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

Step by Step Answer:

Question Posted: