The basic generic functional interface ________ in package java.util.function contains method apply that takes a T argument and returns a value of type R. Calls a method on the T argument and returns that method’s result.

a. Consumer
b. Function
c. Supplier
d. BinaryOperator

B

Computer Science & Information Technology

You might also like to view...

An Even Page ________ is a formatting mark that indicates the beginning of a new section on the next even-numbered page

A) section break B) continuous break C) footer D) number

Computer Science & Information Technology

You can apply filters on dates to display summary statistics for data occurring during a particular time period

Indicate whether the statement is true or false

Computer Science & Information Technology