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.
* 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
Post a Comment