Multiple Choice
The basic generic functional interface ________ in package java.util.function contains method accept that takes a T argument and returns void. Performs a task with its T argument, such as outputting the object, invoking a method of the object, etc.
A) Consumer<T>
B) Function<T,R>
C) Supplier<T>
D) BinaryOperator<T>
Correct Answer:

Verified
Correct Answer:
Verified
Q33: _ is a constructor reference. It creates
Q34: Method reduce's first argument is formally called
Q35: Which of the following statements is false?<br>A)
Q36: Intermediate Stream operation _ results in a
Q37: The basic generic functional interface _ in
Q39: Interface Stream (package java.util.stream) is a generic
Q40: IntStream method _ performs the count, min,
Q41: Which of the following statements is false?<br>A)
Q42: Which of the following statements is false?<br>A)
Q43: IntStream method _ (a terminal operation) performs