Java SE 7 –New Features
InvokeDynamic byte code + supporting features
VM and language extensions to support the implementation of dynamically-typed languages at performance levels near to that of the Java language itself.
Concurrency and Collections APIs
The Fork/Join framework is an easy-to-use way to take advantage of multiple processors. The ThreadLocalRandom . . . →Read More:Java SE7 Features