Solved

The Basic Generic Functional Interface ________ in Package Java

Question 54

Multiple Choice

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<T>
B) Function<T,R>
C) Supplier<T>
D) BinaryOperator<T>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions