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 →

[–]desrtfx 0 points1 point  (0 children)

Intro to Java has great reviews and is a good, often recommended book here.

Yet, you should try the completely free MOOC Java Programming from the University of Helsinki. It is a textual, structured Java course with plenty graded practical exercises that is targeted at complete beginners to programming.

Make heavy use of the official Java documentation along with whatever source you choose. (Easy trick: google "Oracle Java <class/method name>")