Stream, it has been already an old story, since JAVA 8. Now we can easily use stream API in (almost?) any Collection. What is the Stream API? Stream API is a new API to make bulk data operation easier. When should we use it? When you have to read a bunch of data from a… Continue reading
Let’s talk about stream api
