From 6ac3f6fb1f4294ca9600d53c346467d59e21b8dd Mon Sep 17 00:00:00 2001 From: heldev Date: Fri, 24 Feb 2017 11:26:22 -0500 Subject: [PATCH] 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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c8dee0..e63ba63 100644 --- a/README.md +++ b/README.md @@ -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.* +* [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)