Skip to content

Commit bf86aa1

Browse files
committed
Update README.md
1 parent e08a344 commit bf86aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> [“Java is still not dead—and people are starting to figure that out.”](https://twitter.com/mreinhold/status/429603588525281280)
44
5-
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!
5+
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!**
66

77
This article was originally posted on [my blog](http://winterbe.com/posts/2014/03/16/java-8-tutorial/).
88

@@ -41,7 +41,7 @@ This article was originally posted on [my blog](http://winterbe.com/posts/2014/0
4141
* [LocalDate](#localdate)
4242
* [LocalDateTime](#localdatetime)
4343
* [Annotations](#annotations)
44-
* [Where to go from here](#where-to-go-from-here)
44+
* [Where to go from here?](#where-to-go-from-here)
4545

4646
## Default Methods for Interfaces
4747

0 commit comments

Comments
 (0)