Numeric Streams QuizJ8 Home « Numeric Streams Quiz
Streams Quiz 5
The quiz below tests your knowledge of the material learnt in Streams - Lesson 5 - Numeric Streams.
Question 1 : Which method returns a stream consisting of unique values?
- The <code>distinct()</code> method returns a stream consisting of unique values.
Quiz Progress Bar
Quiz 1
Introducing Streams
Quiz 2
Stream Pipelines
Quiz 3
Stream Operations Overview
Quiz 4
Array Type Streams
Quiz 6
Other Stream Creation
Quiz 7
Finding & Matching
Quiz 8
Reduction Operations
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 different types of stream creation.