JDK 7 In Action - Learn With Java Tutorials and Developer Guides
Posted
by sowmya
on Oracle Blogs
See other posts from Oracle Blogs
or by sowmya
Published on Wed, 3 Oct 2012 19:58:14 +0000
Indexed on
2012/10/03
21:48 UTC
Read the original article
Hit count: 266
/General
If you are considering moving to JDK 7 from a previous release, the JDK 7 Release Notes and JDK 7 Adoption Guide are great resources.
Project Coin Features
Improved Literals
* Literals section in Primitive Datatypes topic.* Binary Literals
* Underscores in Numeric Literals
Strings In Switch
* Strings In SwitchDiamond
* Type Inference for Generic Instance Creation* Type Inference and Instantiation of Generic Classes
Multi-catch and Precise Throw
* Catching Multiple Exception Types and Rethrowing Exceptions with Improved Type Checking* Catch Blocks
Try-with-resources
* The try-with-resources StatementNIO.2 File System API
* File I/O for information on path, files, change notification, and more* Zip File System Provider
* Zip File System Provider
* Developing a Custom File System Provider
Fork Join Framework
* Fork/Join- Sowmya
© Oracle Blogs or respective owner