Stream is an interface present in java.util.stream which is newly added package in Java 8. With the help of stream() method of Collection interface you can create stream object that has been added into collection in java 8 version. Java Stream is lazy loading and evaluates code when needed only.Check out this video to learn about java 8 stream