diff options
author | Ariel <arikrak@gmail.com> | 2014-02-12 22:02:58 -0500 |
---|---|---|
committer | Ariel <arikrak@gmail.com> | 2014-02-12 22:02:58 -0500 |
commit | 5746c14db74f65826b297e9ea42e37e8d1ad91f2 (patch) | |
tree | ee7ce26675459fe89a9c12277687335fdca2fa5b /java.html.markdown | |
parent | b4e8259cbc22d530121ca507e3394ab8c2219ded (diff) |
Added additional resources for learning Java
Diffstat (limited to 'java.html.markdown')
-rw-r--r-- | java.html.markdown | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/java.html.markdown b/java.html.markdown index 3cab973e..50875491 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -454,7 +454,7 @@ public class ExampleClass extends ExampleClassParent implements InterfaceOne, In The links provided here below are just to get an understanding of the topic, feel free to Google and find specific examples. -Other Topics To Research: +**Official Oracle Guides**: * [Java Tutorial Trail from Sun / Oracle](http://docs.oracle.com/javase/tutorial/index.html) @@ -473,6 +473,19 @@ Other Topics To Research: * [Java Code Conventions](http://www.oracle.com/technetwork/java/codeconv-138413.html) -Books: +**Online Practice and Tutorials** + +* [Learneroo.com - Learn Java](http://www.learneroo.com) + +* [Codingbat.com](http://codingbat.com/java) + + +**Books**: + +* [Head First Java](http://www.headfirstlabs.com/books/hfjava/) + +* [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) + -* [Head First Java] (http://www.headfirstlabs.com/books/hfjava/) |