23 Java - Stream (Java8)
Stream
We can consider stream as a pipeline, through which our collection elements passes through.
While elements passes through pipelines, it perform various operations like sorting, filtering etc.
Useful when deals with bulk processing. (Can do ...
chetan77.hashnode.dev8 min read