Merge pull request #480 from heldev/add-core-java-book

Add Core Java from Cay Horstmann
This commit is contained in:
Andreas Kull
2017-03-16 13:48:03 +01:00
committed by GitHub

View File

@ -853,6 +853,8 @@ A curated list of awesome Java frameworks, libraries and software.
*Books that had a high impact and are still worth reading.*
* [Core Java Volume I--Fundamentals](https://www.amazon.com/Core-Java-I-Fundamentals-10th/dp/0134177304)
* [Core Java, Volume II--Advanced Features](https://www.amazon.com/Core-Java-II-Advanced-Features-10th/dp/0134177290)
* [Effective Java (2nd Edition)](http://www.amazon.com/Effective-Java-Edition-Joshua-Bloch/dp/0321356683)
* [Java 8 in Action](http://www.amazon.com/Java-Action-Lambdas-functional-style-programming/dp/1617291994/)
* [Java Concurrency in Practice](http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601)