The presentation introduces several new features in Java 8 including lambdas, default methods, streams API, and method references. Lambdas allow for anonymous functions and simplify implementing interfaces with single methods. Default methods allow interfaces to define implementations while maintaining backwards compatibility. The streams API provides a functional-style way to process collections through filtering, mapping, matching, and reducing operations. Method references allow referring to methods without anonymous classes.