New Features in Java 7
Java 7 also known as Dolphin is going to be available from 28 July 2011 . The additional features for Java 7 are : Support for dynamically typed languages – Extensions to the JVM, the Java language, and the Java SE API to support the implementation of dynamically-typed languages at performance levels near to that of the Java language itself. Language changes – Strings in Switch statements Try with resources statements Improved type inference for generic instance creation – “Diamond” Simplified varargs method invocation Better integral literals Improved exception handling (multi-catch) Concurrency & Collection utilities – A lightweight fork/join framework, […]
New Features in Java 7 Read More »