Ask HN: Suggestions for learning Java?
Hey guys, I'm starting my next semester in a week, and one of my courses is in java.
It has been two years since I have taken a class that needed Java, so I no longer have my old text books.
Was looking for some good resources you guys would recommend? I just want to get familiar with the syntax again before classes start.
Any recommendations? (Even from beginners guides to good refresher books)
Thanks all.
4 comments
[ 4.7 ms ] story [ 19.8 ms ] threadIf you want something more advanced, O'Reilly books are always a good way to go. Nowadays there is a ton of stuff on YouTube as well.
You're likely to find that it's got some problems, because you haven't used Java in a while, so fix those problems, or even rewrite the whole program from scratch.
You only have a week - well really two before you'd be expected to turn in any work - so this program you'd want for your own use shouldn't be so ambitious.
"Effective Java" is a good book.
Once you are kind of confident with the syntax, an excellent way to exercise your skills is to write small programs that mimic Unix utilities, like cp, ls, mv etc.
All the best :)
[1]: http://docs.oracle.com/javase/tutorial/
http://www.mindview.net/Books/TIJ/