Streams OverviewJ8 Home « Streams Overview
The Stream
API was introduced in Java 8 and is the biggest addition to the language since the introduction of generics for type safety in Java 5. A Stream can be thought of as a sequence of elements that can have aggregate operations applied to them. Although superficially a Stream
Lesson 1 Complete
In this lesson we we took a high level overview of streams.
What's Next?
We start a new section on concurrency by looking at looking at thread basics.