diff options
author | Tim Miller <Commador@users.noreply.github.com> | 2015-02-23 10:37:56 -0500 |
---|---|---|
committer | Tim Miller <Commador@users.noreply.github.com> | 2015-02-23 10:37:56 -0500 |
commit | 82342bbe989a1c9b64fa81c8904dacc74f462a35 (patch) | |
tree | a2fa3b7a3538c560ad8cd6fedfb672cf8e131d16 /java.html.markdown | |
parent | 0f8b48e977b02887410ec003b6056842c38d4d8c (diff) |
Update java.html.markdown
Added "Thinking In Java" by Bruce Eckel to the book list. It's the best Java book I've ever read.
Diffstat (limited to 'java.html.markdown')
-rw-r--r-- | java.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java.html.markdown b/java.html.markdown index 3dd65679..ebe11bd3 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -495,6 +495,8 @@ The links provided here below are just to get an understanding of the topic, fee * [Head First Java](http://www.headfirstlabs.com/books/hfjava/) +* [Thinking in Java](http://www.mindview.net/Books/TIJ/) + * [Objects First with Java](http://www.amazon.com/Objects-First-Java-Practical-Introduction/dp/0132492660) * [Java The Complete Reference](http://www.amazon.com/gp/product/0071606300) |