| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -786,9 +786,9 @@ Furthermore the usage of annotations in Java 8 is expanded to two new targets: | |||
| 786 | 786 | ||
| 787 | 787 | ## Where to go from here? | |
| 788 | 788 | ||
| 789 | - My programming guide to Java 8 ends here. If you want to learn more about all the new classes and features of the JDK 8 API, just read my [follow up article](/posts/2014/03/29/jdk8-api-explorer/). It helps you figuring out all the new classes and hidden gems of JDK 8, like `Arrays.parallelSort`, `StampedLock` and `CompletableFuture` - just to name a few. | ||
| 789 | + My programming guide to Java 8 ends here. If you want to learn more about all the new classes and features of the JDK 8 API, check out my [JDK8 API Explorer](http://winterbe.com/projects/java8-explorer/). It helps you figuring out all the new classes and hidden gems of JDK 8, like `Arrays.parallelSort`, `StampedLock` and `CompletableFuture` - just to name a few. | ||
| 790 | 790 | ||
| 791 | - I've published a bunch of follow-up articles on my [blog](http://winterbe.com) that might be interesting to you: | ||
| 791 | + I've also published a bunch of follow-up articles on my [blog](http://winterbe.com) that might be interesting to you: | ||
| 792 | 792 | ||
| 793 | 793 | - [Java 8 Stream Tutorial](http://winterbe.com/posts/2014/07/31/java8-stream-tutorial-examples/) | |
| 794 | 794 | - [Java 8 Nashorn Tutorial](http://winterbe.com/posts/2014/04/05/java8-nashorn-tutorial/) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments