Stream API in JAVA
Introduction to Streams:
A Stream in Java is a sequence of elements supporting sequential and parallel aggregate operations. It's not a data structure but a view of the data.
Useful while dealing with bulk processing (can do parallel processing)
...
paraskaushik.hashnode.dev9 min read