Lambda expressions allow passing functions as arguments and simplify anonymous classes. Functional interfaces define a single abstract method that lambda expressions or method references can implement. Default methods enable adding new methods to interfaces without breaking existing code. Streams provide a declarative way to process collections through pipelines of intermediate and terminal operations. Other new features include date/time API improvements and the Optional class for null handling.