The basic generic functional interface ________ in package java.util.function contains method get that takes no arguments and returns a value of type T.
a. UnaryOperator
b. Function
c. Supplier
d. BinaryOperator
A
Computer Science & Information Technology