Ask HN: Modern Java tutorials?
1–4 of 4 posts
Re: Ask HN: Modern Java tutorials?
#2I don't know if it would apply to your development situation, but also consider investigating other JVM languages like Clojure and Scala - these two languages probably represent the future of the platform.
Re: Ask HN: Modern Java tutorials?
#3In my experience most of the best Java learning resources are books - I got the most out of Joshua Bloch's Effective Java Second Edition which assumes some familiarity with the language. Bruce Eckel's Thinking in Java is an excellent introductory approach, particularly if you're new to OO, but you could probably give it a miss. I don't know if it would apply to your development situation, but also consider investigat…
I'll def give the books a try, though I will dread every line I write. (case sensitive file names? 1 class per file?! fack).
Re: Ask HN: Modern Java tutorials?
#4In my experience most of the best Java learning resources are books - I got the most out of Joshua Bloch's Effective Java Second Edition which assumes some familiarity with the language. Bruce Eckel's Thinking in Java is an excellent introductory approach, particularly if you're new to OO, but you could probably give it a miss. I don't know if it would apply to your development situation, but also consider investigat…
If fact it's not just a great book on Java but on OO programming in general.
The only negative is, at least in the printed book, the code isn't highlighted in anyway. I assume this was done to keep printing costs down. Deitel on the other hand is very nicely printed.