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.
This commit is contained in:
Tim Miller 2015-02-23 10:37:56 -05:00
parent 0f8b48e977
commit 82342bbe98

View File

@ -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)