
-----------------------------------
copthesaint
Fri May 20, 2011 9:05 am

Java JDK/JRE7
-----------------------------------
I didnt know where would be appropriot to post this, but here is the link to the new JDK and JRE :)

http://dlc.sun.com.edgesuite.net/jdk7/binaries/index.html

Comment on this if you know some of the changes, features or bug fixes :P

-----------------------------------
chrisbrown
Fri May 20, 2011 10:16 am

Re: Java JDK/JRE7
-----------------------------------
Language support for collections
Literal expressions for immutable lists, sets, and maps, and indexing-access syntax for lists and maps
Project Lambda
Lambda expressions (informally, "closures") and defender methods for the Java programming language
The two features that I was looking forward to and IMO would actually make Java somewhat tolerable less awful have been deferred to JDK 8 or later.

What little interest I had in Java 7 is now gone.
