Multiple Choice
Class IntStream provides terminal operations for common stream ________-count returns the number of elements, min returns the smallest int, max returns the largest int, sum returns the sum of all the ints and average returns an OptionalDouble (package java.util) containing the average of the ints as a value of type double.
A) consolidations
B) deductions
C) reductions
D) trims
Correct Answer:

Verified
Correct Answer:
Verified
Q57: Stream method _ eliminates duplicate objects in
Q58: Which of the following statements is false?<br>A)
Q59: The type of a lambda is the
Q60: The intermediate Stream operation _ results in
Q61: Which of the following statements is false?<br>A)
Q63: A nice performance feature of lazy evaluation
Q64: Terminal Stream operation _ performs processing on
Q65: Which of the following statements is true?<br>A)
Q66: The basic generic functional interface _ in
Q67: Functional interface BiConsumer's accept method has two