- 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.
推薦閱讀
- scikit-learn Cookbook
- Python數(shù)據(jù)可視化:基于Bokeh的可視化繪圖
- PHP+MySQL網(wǎng)站開(kāi)發(fā)技術(shù)項(xiàng)目式教程(第2版)
- Julia機(jī)器學(xué)習(xí)核心編程:人人可用的高性能科學(xué)計(jì)算
- QGIS:Becoming a GIS Power User
- 軟件測(cè)試技術(shù)指南
- PySide 6/PyQt 6快速開(kāi)發(fā)與實(shí)戰(zhàn)
- Learning Apache Cassandra
- Android嵌入式系統(tǒng)程序開(kāi)發(fā):基于Cortex-A8(第2版)
- Python青少年趣味編程
- Learning Grunt
- iOS開(kāi)發(fā)項(xiàng)目化入門(mén)教程
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)(第二版)
- 算法超簡(jiǎn)單:趣味游戲帶你輕松入門(mén)與實(shí)踐
- Clojure for Finance