Exploring Java 8

This article summarizes the features added in Java 8. It covers the overall content, and more detailed information can be found in the attached related links. Summary of New Features Lambda Expression (a.k.a Anonymous Method) The foundation of Java’s lambda expressions is based on ’lambda calculus’ proposed by Alonzo Church in the 1930s. It’s a formal system that abstracts function definition, function application, and recursive functions! For more details, refer to Lambda Calculus Wiki. ...

2016-10-25 · 13 min · 2605 words · Sung-Kyu Yoo