From the course: Java SE 21 Developer (1Z0-830) Cert Prep

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Module introduction

Module introduction

- This module addresses the exam topic grouping, working with streams and Lambda expressions. The two subtopics here are used Java object and primitive streams, including Lambda expressions, implementing functional interfaces to create, filter, transform, process and sort data and perform decomposition, concatenation, and reduction, and grouping and partitioning on sequential and parallel streams. While on the subject of parallel streams, we'll also address one of the three objectives grouped under the title, Managing Concurrent Code Execution. That objective is process Java collections concurrently and utilize parallel streams.

Contents