Which Java book do you think is the must-have one for all Java developers?
|
36
|
|
|
|
|
|
Head First Java is great for beginners. Effective Java will take you from journeyman to master. |
|||
|
|
|
|
"Programming in C#" |
|||
|
|
Nobody has mentioned Dietel & Dietel's How to Program Java . I love these books, especially for their exercises. |
|||
|
|
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) |
|||
|
|
"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. |
|||
|
|
|
|
Filthy Rich Clients, by Chet Haase and Romain Guy. Those guys are Swing ninjas. |
|||
|
|
|
|
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. |
|||
|
|
|
|
O'Reilly's Java in a Nutshell is a good book for both tutorials and reference. |
|||
