File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 2
2
Learning what's new in Java SE 8. My learning path includes content from java tutorials, examples, books and workshops.
3
3
4
4
5
+ # Resources
6
+
7
+ ## Books
8
+ * [ Functional Programming in Java (Dr. Venkat Subramaniam)] ( https://pragprog.com/book/vsjava8/functional-programming-in-java )
9
+
10
+ ## Links
11
+ * [ Introduction to New Features in Java 8] ( http://slidedeck.io/DDuarte/java8-slides )
12
+ * [ Lambda Expressions] ( http://docs.oracle.com/javase/tutorial/java/javaOO/lambdaexpressions.html )
13
+ * [ Java Lambda Expressions Basics] ( https://dzone.com/articles/java-lambda-expressions-basics )
14
+ * [ Java Platform Standard Edition 8 Documentation] ( http://docs.oracle.com/javase/8/docs/ )
15
+ * [ Java™ Platform, Standard Edition 8 API Specification] ( http://docs.oracle.com/javase/8/docs/api/ )
16
+ * [ Java 8 in Anger] ( http://www.infoq.com/presentations/java8-examples )
17
+ * [ Lambdas and Streams in Java 8] ( http://www.infoq.com/presentations/java-8-lambda-streams )
18
+ * [ Java 8 Lambdas - A Peek Under the Hood] ( http://www.infoq.com/articles/Java-8-Lambdas-A-Peek-Under-the-Hood )
19
+ * [ InfoQ eMag: Java 8] ( http://www.infoq.com/minibooks/emag-java-8 )
5
20
6
21
#### Author
7
22
You can’t perform that action at this time.
0 commit comments