Top Categories

17.13 Java 8 Stream Api Features part 11 stream map reduce methods in Detail
  • Category:
  • Sub Category:
  • Simple
  • how
  • to
  • course
  • certification
  • learn
  • easy
  • OCJP
  • navin
  • reddy
No Views

Stream is an interface which is defined in java.util.stream package. It keeps the order of the data as it is in the source. Streams support Aggregate Operations. The common aggregate operations are filter, map, reduce, find, match, sort.  Java 8 Stream operations has methods l

Comments

You Might Be Interested In