Ask HN: Modern Java tutorials?
I have to, unfortunately, plunge into the world of academic Java development. I am wondering if there are any modern Java tutorials akin to _why's ruby or python the hard way. I just don't want to read oracle docs solely.
3 comments
[ 4.1 ms ] story [ 17.8 ms ] threadI 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.
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).
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.