Modern Java - A Guide to Java 8

This article was originally posted on my blog.

“Java is still not dead—and people are starting to figure that out.”

Welcome to my introduction to Java 8. This tutorial guides you step by step through all new language features. Backed by short and simple code samples you’ll learn how to use default interface methods, lambda expressions, method references and repeatable annotations. At the end of the article you’ll be familiar with the most recent API changes like streams, functional interfaces, map extensions and the new Date API. No walls of text, just a bunch of commented code snippets. Enjoy!



★★★ Like this project? Leave a star, follow on Twitter or donate to support my work. Thanks! ★★★


来源(书栈小编注)

https://github.com/winterbe/java8-tutorial