Adding new Java 8 features (#2543)

* Added info on Java generics in Spanish.

* Adding new Java 8 features

* Removing the section on Generics for the ES-es version
This commit is contained in:
Santiago 2016-10-31 00:31:48 +01:00 committed by ven
parent 1f1f59d9b4
commit a98cc99ef7

View File

@ -848,6 +848,10 @@ The links provided here below are just to get an understanding of the topic, fee
* [Java Code Conventions](https://www.oracle.com/technetwork/java/codeconvtoc-136057.html)
* New features in Java 8:
* [Lambda expressions (functional programming)](https://docs.oracle.com/javase/tutorial/java/javaOO/lambdaexpressions.html)
* [Date and time API (java.time package)](http://www.oracle.com/technetwork/articles/java/jf14-date-time-2125367.html)
**Online Practice and Tutorials**
* [Learneroo.com - Learn Java](http://www.learneroo.com)