From 3884b8b171a1bc1ac9bbd55cef040d6b1af96459 Mon Sep 17 00:00:00 2001 From: Ali Emre Date: Sun, 27 Oct 2013 17:22:32 +0200 Subject: [PATCH] Added 4 Free Java Books --- free-programming-books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 82239e0b..75c30c6b 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -592,6 +592,10 @@ * [Sun's Java Tutorials](http://download.oracle.com/javase/tutorial/) * [Thinking in Java](http://www.mindview.net/Books/TIJ/) * [OOP - Learn Object Oriented Thinking & Programming](http://pub.bruckner.cz/titles/oop) - Rudolf Pecinovsky +* [The Java Language Specification](http://java.sun.com/docs/books/jls/) - James Gosling, Bill Joy, Guy Steele, Gilad Bracha +* [The Java Tutorial 4th Edition](http://download.oracle.com/javase/tutorial/) - Sharon Zakhour, Scott Hommel, Jacob Royal, Isaac Rabinovitch, Tom Risser, Mark Hoeber +* [Core Servlets and JavaServer Pages](http://pdf.coreservlets.com/) - Marty Hall and Larry Brown +* [Introduction to Programming Using Java](http://math.hws.edu/javanotes/) - David J. Eck ####Wicket * [Official Free Online Guide for Apache Wicket framework](http://wicket.apache.org/guide/) -- GitLab