Wednesday 23 November 2011

Java 7 Adoptation Guide

Java 7 Adoptation Guide is a good place to learn the new features of Java 7.

The most interesting features are:
  1. try-with-resources statement;
  2. catching multiple exceptions;
  3. more precise re-throw of an exception;
  4. diamond syntax for more concise new expressions.

No comments: