Solved

________ Is a Method Reference for an Instance Method of a Class

Question 20

Multiple Choice

________ is a method reference for an instance method of a class. It creates a one-parameter lambda that invokes the instance method on the lambda's argument and returns the method's result.


A) Math::sqrt
B) System.out::println
C) TreeMap::new
D) String::toUpperCase

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions