vote up 30 vote down star
36

Which Java book do you think is the must-have one for all Java developers?

flag

38 Answers

prev 1 2
vote up 11 vote down

Head First Java is great for beginners. Effective Java will take you from journeyman to master.

link|flag
vote up -10 vote down

"Programming in C#"

link|flag
show 3 more comments
vote up 0 vote down

Nobody has mentioned Dietel & Dietel's How to Program Java . I love these books, especially for their exercises.

link|flag
show 1 more comment
vote up 0 vote down

Effective Java by Bloch

It's a thin(!!) volume that focuses on real issues and how to think about the right approach to java problems. (as opposed to a listing of API methods)

link|flag
show 1 more comment
vote up 17 vote down

"Thinking in Java" by Bruce Eckel


Comments from duplicate answers:

prash: Thinking in Java by Bruce Eckel is a great book for beginners and teaches you not only the "What"s and "How"s of Java but also the "Why"s. It is available as a free download at the above link.

Michael Easter: It is an introduction and yet discusses the background behind Generics, Swing, elementary threading, and a large metaphor for Java NIO. It is a massive work that covers the range from beginner to expert. There are other books that are better for experts but would be wasted on novices.

link|flag
vote up 1 vote down

Filthy Rich Clients, by Chet Haase and Romain Guy. Those guys are Swing ninjas.

link|flag
vote up 1 vote down

Agile Java: Crafting Code with Test-Driven Development is what got me started on Test-Driven Development. It helped me a lot both learning TDD and Java at the same time.

link|flag
vote up 4 vote down

O'Reilly's Java in a Nutshell is a good book for both tutorials and reference.

link|flag
show 1 more comment
prev 1 2

Your Answer

Get an OpenID
or

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