Java 7 New Features

Posted by John W. on Stack Overflow See other posts from Stack Overflow or by John W.
Published on 2010-04-25T18:38:57Z Indexed on 2010/04/25 18:43 UTC
Read the original article Hit count: 194

Filed under:
|
|

I have done some good reading on the new java.util.concurrent features being introduced with the java 7 release. For instance, Phaser, TransferQueue and the more exciting Fork Join Framework.

I recently saw a power point made by Josh Bloch about even more features that are going to be introduced however that link has been lost. For example I remember one change is being able to build a Map the same way you can build an array for: Map myMap = {"1,Dog","2,Cat"}; and so forth (this may not be 100% correct but the idea is there)

Does anyone know of a list or just can name some new things to look forward to?

Note: I did see a question asked http://stackoverflow.com/questions/213958/new-features-in-java-7 however it was asked ~2 years ago and I am sure the list of updates are more concrete. Thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about jdk7