logo image
Search
Navigation menu
logo avatar
java stream

Java stream

In Java, a Stream is a sequence of data that you can process in a declarative and functional style. It allows you to perform operations such as filtering, mapping, and reducing on a collection of data.