I was pleased to see some features is JDK 1.7 that I had been asking
for since JDK 1.1. I'm surprised at how little there is new in 1.7. I
guess the recession made Oracle really pull in their horns. It is
mostly just a little syntatic sugar in the compiler.
binary literals.
underscores in literals to make them easier to proofread
string case labels
catch can handle multiple Exceptions.
I would think the biggest priority for 1.8 would be unifying arrays
and generics. They should be compatible, even if it means giving up
type erasure.
--
Roedy Green Canadian Mind Products
http://mindprod.com
Most of computer code is for telling the computer
what do if some very particular thing goes wrong.