I am interested in learning Java. What is the best online tutorial?
|
3
|
|
|
|
|
|
Actually, I think Sun's java tutorial is one of the best. http://java.sun.com/docs/books/tutorial/ |
||||||||
|
|
|
Straight from the horse's mouth: The Java Tutorials |
||
|
|
|
|
One of the best, and certainly the most thorough resource for me was Bruce Eckel's "Thinking in Java". It's longer and more extensive than most other tutorials that I've seen, mostly because (as I remember) it goes into the "why" of things a lot more, sort of the opposite of the "X in 21 days" type of thing. I found it easier than the sun documentation and very well written. On top of which he puts the book up on his site for free (the earlier editions are free) http://www.mindview.net/Books/TIJ4 but it's definitely a resource worth buying if you're serious about learning the language. I don't know if the latest free edition on the site will include the more recent language features in java 1.5, which are about 2-3 years old at this point, you'd want to check that. |
||
|
|
|
|
If you want to learn Java w/ Eclipse here is a great site. |
||
|
|
|
|
The API is some great reading too! It can tell you about features of the language that you never knew. When searching Google for the documentation on a method I search:
For example:
That will pull up the API for the String class in the newest version of the API. |
||||
|
|
|
Thinking In java beats the sun tutorial for learning purposes Once you get the hang of it use The Really Big Index for studying specific issues like the Collection API |
||
|
|
|
|
Easy, do a whole university course on it. It's all free. :) |
||
|
|
|
|
The JGloss page on getting started in Java is well worth reading. The rest of the glossary is also a very good resource for reading up on particular aspects of Java. |
||
|
|
|
|
Original Sun's Java tutorial is good. Look at ther boo Thinking in Java too. |
||
|
|
|
|
If you like your books concise and succinct, you might try It tends to appeal to folks who don't want the tons of examples given in programming books, because they would rather use the principles to deduce what the language will do. |
||
|
|
|
|
If this is not your first programming language, then the JLS would be a better option. It is the definitive book on Java. |
||
|
|
|
One of the best site for java is javapassion. |
|||
|
|

