Java 7 Adoptation Guide is a good place to learn the new features of Java 7.
The most interesting features are:
The most interesting features are:
- try-with-resources statement;
- catching multiple exceptions;
- more precise re-throw of an exception;
- diamond syntax for more concise new expressions.
No comments:
Post a Comment