Question: Rewrite this lambda using a method reference: () -> Math.random(). A. Math.random B. Math::random C. Math::random() D. java.lang::Math.random E. None of the above

Rewrite this lambda using a method reference: () -> Math.random(). 

A. Math.random

B. Math::random

C. Math::random()

D. java.lang::Math.random

E. None of the above

Step by Step Solution

3.41 Rating (164 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The correct answer is B Mathrandom In Java you can use method referen... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Oracle Questions!