Showing posts with label java7. Show all posts
Showing posts with label java7. Show all posts

Friday, July 29, 2011

Java 7 is out!

You can download it from here.

It contains new features in the syntax (the diamond operator, try with resources, switch with Strings), a new FileSystem API, support for asynchronous I/O, a new fork/join framework for multicore performance and other cool new features.

Monday, July 25, 2011

The New File System API in JDK 7

Here is an interesting presentation on the new enhancements regarding file system manipulation coming up in Java 7.