- Java 9 Programming Blueprints
- Jason Lee
- 122字
- 2021-07-02 18:56:26
New features in Java 8
Java 8, released on March 8, 2014, brought arguably two of the most significant features since Java 5, released in 2004--lambdas and streams. With functional programming gaining popularity in the JVM world, especially with the help of languages such as Scala, Java adherents had been clamoring for more functional-style language features for several years. Originally slated for release in Java 7, the feature was dropped from that release, finally seeing a stable release with Java 8.
While it can be hoped that everyone is familiar with Java's lambda support, experience has shown that many shops, for a variety of reasons, are slow to adopt new language versions and features, so a quick introduction might be helpful.
推薦閱讀
- Interactive Data Visualization with Python
- Unity 2020 Mobile Game Development
- 老“碼”識途
- 精通網(wǎng)絡(luò)視頻核心開發(fā)技術(shù)
- 從Excel到Python:用Python輕松處理Excel數(shù)據(jù)(第2版)
- Canvas Cookbook
- C++ Fundamentals
- Orchestrating Docker
- Angular應(yīng)用程序開發(fā)指南
- 算法設(shè)計與分析:基于C++編程語言的描述
- 愛上C語言:C KISS
- Python數(shù)據(jù)科學(xué)實踐指南
- 計算機輔助設(shè)計與繪圖技術(shù)(AutoCAD 2014教程)(第三版)
- Storm Real-Time Processing Cookbook
- iOS程序員面試筆試真題與解析