Solved

Class IntStream Provides Terminal Operations for Common Stream ________-Count Returns

Question 62

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:

verifed

Verified

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

Related Questions