Introducing Streams QuizS2C Home « Introducing Streams Quiz
The questions in this quiz on Java are on the topics covered in the Streams section of the site. The table below lists the lesson used for each quiz, a description of the lesson content and the quiz number and questions associated with that lesson.
Lesson Summary
Click on a lesson in the table to go to that lesson for a refresher on the topics for that quiz.
Click on a quiz in the table to go straight to the quiz for a particular lesson.
Generics Lessons | Description | Quiz Info. |
---|---|---|
Lesson 1 - Introducing Streams | In our first lesson on Streams we test your knowledge of the topics covered in the Introducing Streams lesson. | This quiz. 9 questions |
Lesson 2 - Stream Pipelines | In this lesson on streams we look at stream pipelines and how they work. | Quiz2 9 questions |
Lesson 3 - Stream Operations Overview | In this lesson on streams we present an overview of the intermediate and terminal operations available. | Quiz3 9 questions |
Lesson 4 - Array Type Streams | In this streams lesson we look at the various ways of creating streams from arrays. | Quiz4 8 questions |
Lesson 5 - Numeric Streams | In this lesson on streams we look at numeric streams and the operations associated with them. | Quiz5 7 questions |
Lesson 6 - Other Stream Creation | In this lesson we take a final look at stream creation by creating streams from files, functions and iterations and also find out about creating infinite streams. | Quiz6 9 questions |
Lesson 7 - Finding & Matching | In this streams lesson we look at the various ways of finding and matching values within our streams. | Quiz7 9 questions |
Lesson 8 - Reduction Operations | In this streams lesson we look at reduction operations and how to use them. | Quiz8 7 questions |
Lesson 9 - Stream Collectors | In this lesson we take a high level look at stream collectors by investigating the Collector<T,A,R> interface and the Collectors class implementation of it. | Quiz9 8 questions |
Lesson 10 - Collecting & Aggregating Streams | In this lesson we look at how to create collections and aggregations from our streams. | Quiz9 8 questions |
Lesson 11 - Grouping & Partitioning Streams | This lesson on streams is all about grouping & partitioning our streams. | Quiz11 9 questions |
Lesson 12 - Parallel Streams | This lesson is all about parallel streams. | Quiz12 8 questions |
Streams Quiz 1
The quiz below tests your knowledge of the material learnt in Streams - Lesson 1 - Introducing Streams.
Question 1 : In which version of Java was the Streams API added to the language
- The Streams API was added to Java in version 8.
Quiz Progress Bar
What's Next?
In the next quiz we test your knowledge of stream pipelining.