What are the new features in Java 7

Posted by T.K. on Stack Overflow See other posts from Stack Overflow or by T.K.
Published on 2010-04-09T10:27:22Z Indexed on 2010/04/09 10:33 UTC
Read the original article Hit count: 190

Filed under:
|

What is the most official Java 7 feature list? I find very little useful information regarding this on the official JDK 7 site. Apart from that I can only find blogs with people summarizing "some" of the new features.

However, some of these blog entries are old and some of them claim that these features "may or may not" be included in Java 7.

  1. Can anyone provide a list of features that will definitely be included in Java 7?

  2. I would also very much like to know the estimated release date.

  3. Will it be backwards compatible with my existing Java EE 6 stuff. That is, will I be able to switch seamlessly using EJBs, JPA2, Glassfish 3 and so on.

The feature I am mostly interested in is Closures, so I'll happily switch to Java 7 as soon as a stable release comes out.

Thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about java7