Multiple Choice
The basic generic functional interface ________ in package java.util.function contains method apply that takes a T argument and returns a value of type R. Calls a method on the T argument and returns that method's result.
A) Consumer<T>
B) Function<T,R>
C) Supplier<T>
D) BinaryOperator<T>
Correct Answer:

Verified
Correct Answer:
Verified
Q32: What is the meaning of ( )
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
Q38: 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)