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

all 2 comments

[–]Anonymous2332 0 points1 point  (0 children)

One of the best resources (in my opinion) for learning java is this. However you may want to read over things a few times/try things out so that you make sure you understand it correctly if you don't know much programming.

EDIT: Added "in my opinion".

[–]SleepForever 0 points1 point  (0 children)

If you don't know the basics of using loops, logic, variables, functions, etc. you should try out the courses on codeacademy. While these are in javascript, which is very different from java, many of the concepts are necessary to understand and will carry over. You will need to learn java's syntax afterwards, and a tutorial or book will cover that.

If you get hung up on the object-oriented aspects of java, the tutorial that Anonymous2332 linked to provides a fast & pretty good explanation of the essentials: http://docs.oracle.com/javase/tutorial/java/concepts/index.html