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. Function
Computer Science & Information Technology
You might also like to view...
A(n) ________ is a listing of topics and page numbers where the topic is located
Fill in the blank(s) with correct word
Computer Science & Information Technology
What command will display a list of active and inactive network interfaces on Unix, Linux, and Mac OS X?
A. ipconfig -a B. ifconfig -a C. netsh show interfaces D. ip list network
Computer Science & Information Technology