Collection VS Streams in Java 8

Collection:
* Group of object as a single entity, then will go for collection.

Stream:
* If you want to process object from the collection, then will for stream.

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab