Devoxx – Project Coin, Defective Java and the Social Network
Joe Darcy and Maurizio Cimadamore gave a preview of the changes coming up in Project Coin. These are small changes to the Java language that will be added to Java 7. They all look pretty useful and include: Strings in switch Collection literals <> (generic type inference) Multicatch catch (ClassNotFoundException | NoSuchMethodException e) { // Do something throw(e); } Bill Pugh’s session was as popular as expected for his talk about defective code and how […]