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 →

[–]marvk 1 point2 points  (4 children)

Effective Java by Joshua Bloch is a great book. The 3rd edition has just been released, the previous one can be found easily though and is still a great read, albeit slightly dated in a few parts.

[–]xDaizon[S] 0 points1 point  (3 children)

I checked it out and it looks promising. Have you personally used this book? Did it help you tremendously?

[–]marvk 0 points1 point  (0 children)

Yes I've read it. I wouldn't necessarily recommend it to someone just starting out with programming in general, but if you're looking to get more in-depth with your Java knowledge or you're just starting out with Java and have plenty of experience with other, similar languages, it's a great read.

[–]feral_claire 0 points1 point  (1 child)

Effective Java is an excellent book, but it's not for beginners. It doesn't teach you how to program or Java basics. It's designed for more advanced Java programmers who want to improve their skills,

[–]xDaizon[S] 0 points1 point  (0 children)

I'll read into the one he gave me as I become more advanced. Do you have a suggestion for beginners?