Solved

The Basic Generic Functional Interface ________ in Package Java

Question 21

Multiple Choice

The basic generic functional interface ________ in package java.util.function contains method test that takes a T argument and returns a boolean. Tests whether the T argument satisfies a condition.


A) Consumer<T>
B) Function<T,R>
C) Supplier<T>
D) Predicate<T>

Correct Answer:

verifed

Verified

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

Related Questions