stream api in java 8

stream api in java 8
JAVA8 Stream API The most powerful feature in Java8 is introducing Java.Util.Stream package. By Steam API, We can do filter,map,reduce like operations on a collection . It is very useful as many times we need to filter a collection based on some...