Effective Java is also a great read for becoming a "better" Java programmer, but may or may not be useful to you right off the bat.
Ask HN: Resources for learning Java?
11–20 of 21 posts
I've not done much Java for a while, but my most useful resources have been The Java Programming Language and The Java Developer's Almanac (especially the code samples, which I believe are available somewhere on java.sun.com).
Re: Ask HN: Resources for learning Java?
#12I learned a lot from the java tutorial
Re: Ask HN: Resources for learning Java?
#13If you already have experience programming (which you do) try the following: First read the wikipedia page on the language. Download a medium-sized open source project, start at main() and try to understand what it does. Then, google for features/syntax you don't understand; read comments; have the api docs open; google for languages gotchas; google for techniques you don't understand. Once you do this enough to be c…
Thanks Yan
Re: Ask HN: Resources for learning Java?
#14You might like dzone.com which is a link/news site for developers that has a huge bias in favor of news about Java.
Re: Ask HN: Resources for learning Java?
#15Sun's own Java Trails online tutorials are very good. They cover a lot of ground with minimal blabbering (unlike books whose authors are paid by page count).
Re: Ask HN: Resources for learning Java?
#16[deleted]
Re: Ask HN: Resources for learning Java?
#17Just goto any US university teaching Comp Sci
Re: Ask HN: Resources for learning Java?
#18Take a look at http://www.javapassion.com/
Some nice tutorials on several aspects of Java.
Re: Ask HN: Resources for learning Java?
#19Learning Java from Oreilly was a good start for me and continues to be a decent reference as time goes on.
Re: Ask HN: Resources for learning Java?
#20On a different note why? no, really... apart from enterprise development why would you want the headache...
(by the way, ive done java since 98 up until couple of years ago when i switched to python...)