What is Stream API ?
Motivation
this is asked in almost all the interviews so lets get right into it and demystify it.
Stream API in java
Stream API is basically used with the collections of objects, it will not modify the original data, and we can pipeline together mult...
hashcodehub.hashnode.dev1 min read