Google+

Thursday 3 April 2014

JDK 8.0

Based on the Java Platform Standard Edition 8 specification, JDK 8 features Project Lambda support allowing for functional programming capabilities. "With Java 8, it's a huge shift in how you code," says Java developer Yoav Landman, CTO at JFrog, which provides tools for managing binaries. With JDK 8's lambdas and method references, the API moves to a functional paradigm, much different from the imperative paradigm Java has used so far. "When you work with functional [languages], you decompose the problem to different functions values, and you pass values between those functions." The program thus becomes easier to debug.


Download jdk 8.0 the latest version of java from ORACLE Website

1 comment: