Which method reference can replace the lambda in the first line of the main() method to produce

Question:

Which method reference can replace the lambda in the first line of the main() method to produce the same output? 

image text in transcribed

A. System:out:println

B. System::out:println

C. System::out::println

D. System.out::println

E. None of the above.

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

Step by Step Answer:

Question Posted: