Ask HN advice: C++ into Java programming
Hi HN community I am a student who is just starting to explore the programming world. In our course we started off by learning basic programming principles in c++.
As we move on we are now going to explore more, using java but we are expected to learn java by our selfs. I understand the a programmer should be able to take what he has learned and apply it to other languages easily.
My question is where to start to learn java? Any good books, tutorials, web sites or advice?
7 comments
[ 5.3 ms ] story [ 32.3 ms ] threadhttp://amzn.to/hleb3g
Effective Java (teaches you the common pitfalls) Concurrency in practice (if you're doing multithreaded stuff)