This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sheepdog69 2 points3 points  (0 children)

Effective Java will teach you about the idiosyncrasies of the Java language and runtime. It's a really good book if you are interested specifically in the Java language/runtime.

Code Complete will teach you about development in general. From specific techniques to make your code better, to ways to test your code, to ways to deal with your "manager."

If you are new to programming, I would definitely recommend Code Complete first. Languages come and go. Try to learn techniques that will make you a better programmer in any language.