R

Ram Sharma • 3.40K Points
Extraordinary

Q. What does `Collectors.summingInt()` do?

  • (A) Returns the count of integers
  • (B) Returns the sum of integers
  • (C) Returns the average of integers
  • (D) Returns the max of integers

Explanation by: Ram Sharma
`Collectors.summingInt()` calculates and returns the total sum of integer values.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.