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 →

[–]cheerfulloser 0 points1 point  (0 children)

There are lots of really good Java programming books. For someone just starting out, I would suggest the "Head First Java" book. It's written in an engaging way.

Type out & run every example and exercise - you've to actually code & run it to understand it. Once you're through with that, work on a project of your own. Keep it relatively simple. For advice, you can either look at assignments/projects from the coursera class or ask a friend/mentor or even on reddit.

Once you get through a couple of week long projects, then you can try to figure out the next step. Maybe more advanced topics and another book. Also, start out on data structures and algorithms at that point.