Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following class is provided by the Aggregate package?

a) Map
b) Reducer
c) Reduce
d) None of the mentioned

Answer: b
Explanation: Aggregate provides a special reducer class and a special combiner class, and a list of simple aggregators that perform aggregations such as “sum”, “max”, “min” and so on over a sequence of values.

Join The Discussion