Last Updated: February 25, 2016
·
372
· hoffoo

Writing Modern Java

Excellent article about a lot of the new features in Java 8 and some examples to modernize your old style Java code.

Includes @Upgrade for hot swappable code, actors, and lambda.

http://blog.paralleluniverse.co/2014/05/01/modern-java/