________ 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


d. String::toUpperCase

Computer Science & Information Technology

You might also like to view...

How do Web sites get selected by search engines?

What will be an ideal response?

Computer Science & Information Technology

Exploding worksheet titles is a useful technique for viewing large worksheets that extend beyond the window.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) ________ effect is an animation that takes an object or text off of the screen

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ____ finds which element belongs in a particular position on each pass through the array and moves it there.

A. selection sort B. bubble sort C. insertion sort D. merge sort

Computer Science & Information Technology