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
The correct answer is B Mathrandom In Java you can use method referen... View full answer
Get step-by-step solutions from verified subject matter experts
