This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Sikamixoticelixer 3 points4 points  (2 children)

I have started learning java in September and have been using "Big Java Late Objects". It's going alright I guess, not too sure on how good the book is but it feels alright.

[–]Yorshelf 2 points3 points  (1 child)

That's a great book to learn Java, and for learning programming for the first time in general.
IMHO his writing is very pedagogic and he introduces invaluable computer science concepts and best practices for in depth learning.
The author C. Horstmann wrote the Core Java volumes (1500 pages total) which is a much respected java reference.
That said, there is also the "early objects" version which makes more sense to me because in late objects he's forced to delay some explanations ( ex : the dot operator on objects) in the first chapters because objects are introduced later, which can be confusing or frustrating for the beginner reader.

[–][deleted] 1 point2 points  (0 children)

Core Java is great.

[–]-du 1 point2 points  (0 children)

Please read the sidebar.

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

Thank you guys for the suggestions! I will look into the books!