vote up 1 vote down star

After reading some Java beginners books and being comfortable with Java, what should I read next in order to write better/standard code?

flag

6 Answers

vote up 1 vote down

Head First design patterns

link|flag
vote up 0 vote down

I am currently trying to archive all language books in one thread. If you guys don't mind, could you post your java book suggestions in This topic as well?

link|flag
vote up 0 vote down

Although not specifically Java, Code Complete by Steve McConnell covers a lot of what you want in ways that apply to multiple languages.

link|flag
vote up 0 vote down

I second Josh Bloch's book, and also recommend Bruce Tate's Faster Lighter Better Java.

link|flag
vote up 3 vote down

I think Brian Goetz's Java Concurrency in Practice is a must.

link|flag
vote up 10 vote down check

I personally consider Effective Java by Josh Bloch a must.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.