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:

Verified
Correct Answer:
Verified
Q1: Intermediate operations are_; they aren't performed until
Q3: Which statement in the following sequence of
Q14: Class Array's _ method is used to
Q17: Which of the following statements is false?<br>A)
Q24: Which of the following statements is false?<br>A)
Q33: What is the meaning of ( )in
Q48: Which of the following statements is false?<br>A)
Q62: Class IntStream provides terminal operations for common
Q64: Terminal Stream operation _ performs processing on
Q65: Which of the following statements is true?<br>A)