1. 程式人生 > >jdk8新特性(文章推薦)

jdk8新特性(文章推薦)

method targe href article int 比較 face lam border

jdk9都已經出來了,雖然很多項目都已經使用jdk8,但是很少會用到jdk8中的新特性。本人經常用的到也就是使用Stream,Lambda,但也僅僅是使用,基本不知道什麽Function,Consumer東西。Optional和CompletableFuture就更不清楚了。下面整理了一些比較好的文章。

功能點 文章地址
Lambda http://www.codeceo.com/article/lambda-of-java-8.html
Optional http://www.codeceo.com/article/optional-class-of-java-8.html
Stream http://www.codeceo.com/article/streaming-data-processing-of-java-8.html
默認函數 http://www.codeceo.com/article/default-interface-method-of-java-8.html
CompletableFuture http://www.jianshu.com/p/6f3ee90ab7d3

jdk8新特性(文章推薦)