Skip to content

Commit 6ec91e6

Browse files
authored
Update README.md
1 parent 7a07661 commit 6ec91e6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Modern Java - A Guide to Java 8
2-
3-
_If you like this project, please give me a star._ ★
2+
_This article was originally posted on [my blog](http://winterbe.com/posts/2014/03/16/java-8-tutorial/)._
43

54
> [“Java is still not dead—and people are starting to figure that out.”](https://twitter.com/mreinhold/status/429603588525281280)
65
76
Welcome to my introduction to [Java 8](https://jdk8.java.net/). 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](http://download.java.net/jdk8/docs/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!**
87

9-
This article was originally posted on [my blog](http://winterbe.com/posts/2014/03/16/java-8-tutorial/). You should **[follow me on Twitter](https://twitter.com/winterbe_)** and check out my new project **[Sequency](https://github.com/winterbe/sequency)**.
8+
---
9+
10+
<p align="center">
11+
★★★ Like this project? Leave a star, <a href="https://twitter.com/winterbe_">follow on Twitter</a> and check out my new project <a href="https://github.com/winterbe/sequency">Sequency</a>. Thanks! ★★★
12+
</p>
13+
14+
---
1015

1116
## Table of Contents
1217

0 commit comments

Comments
 (0)