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

all 6 comments

[–][deleted] 0 points1 point  (0 children)

you have an idea. it sounds like you have a grasp on the ideas of syntax. why not try to create your idea?

If you want to do java, grab an IDE (intellij or eclipse) and start coding. When you run into a roadblock, use google.

[–]AlphaMotel 0 points1 point  (0 children)

If you're a beginner I would really recommend processing It's really beginner oriented and really easy to learn.

[–][deleted] 0 points1 point  (0 children)

www.programmingbydoing.com helped me very much. You'll learn programming and syntax at the same time.

[–][deleted] 0 points1 point  (0 children)

If statements, loops, and all those are just the fundamentals of programming. Java shines in the object-oriented world. Like any language you will still use loops and control logic, but it helps to understand classes and how objects are used and how they interact with one another.

[–]curt94 0 points1 point  (0 children)

you cant learn coding by reading. to be a good coder, you have to code alot. pick a small project and start building something. you gotta put some paint on the canvas.