Add Core Java from Cay Horstmann

Well known and probably the most comprehensive Java SE book

PS the first volume intentionally doesn't have a comma
This commit is contained in:
heldev
2017-02-24 11:26:22 -05:00
parent 6969bf3826
commit 6ac3f6fb1f

View File

@ -850,6 +850,8 @@ A curated list of awesome Java frameworks, libraries and software.
*Books that had a high impact and are still worth reading.* *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) * [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 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) * [Java Concurrency in Practice](http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601)