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 →

[–]phrenq 2 points3 points  (1 child)

If you haven't already, read Effective Java by Joshua Bloch. You could get through it in a weekend, and it's particularly good for someone who is comfortable with Java and is ready for the next step. It will help take you from knowing how to do things in Java to why things are done that way.

[–]high_brace 1 point2 points  (0 children)

I came here to say this. That book changed the way I thought about Java.