Solved

________ Is a Method Reference for an Instance Method That

Question 26

Multiple Choice

________ is a method reference for an instance method that should be called on a specific object. It creates a one-parameter lambda that invokes the instance method on the specified object-passing the lambda's argument to the instance method-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