The document discusses new features introduced in Java 7 including:
1) The addition of null-safe and exception-chaining operators to safely handle null values and exceptions.
2) Automatic resource management using try-with-resources to ensure open resources are closed.
3) Inference of generic types for collections to simplify declarations.
4) Allowing strings in switch statements.
5) Underscores in numeric literals for improved readability.