Reduction Operations QuizJ8 Home « Reduction Operations
Streams Quiz 8
The quiz below tests your knowledge of the material learnt in Streams - Lesson 8 - Reduction Operations.
Question 1 : Which of the following is a specialised reduction operation of the
Stream interface? - The <code>max()</code> method is a specialised reduction operation of the <code>Stream</code> interface.
Quiz Progress Bar
Quiz 1
Introducing Streams
Quiz 2
Stream Pipelines
Quiz 3
Stream Operations Overview
Quiz 4
Array Type Streams
Quiz 5
Numeric Streams
Quiz 6
Other Stream Creation
Quiz 7
Finding & Matching
Quiz 9
Stream Collectors
Quiz 10
Collecting & Aggregating
Quiz 11
Grouping & Partitioning
Quiz 12
Parallel Streams
What's Next?
In the next quiz we test your knowledge of stream collectors.