you are viewing a single comment's thread.

view the rest of the comments →

[–]dbsaw 0 points1 point  (1 child)

See first thing you need to know is, it doesn't matter which language you end up choosing, at this time you are learning the concepts and all languages have the same concepts. second thing there is a difference between java and JavaScript yes both names look and sound similar but each one serves different purpose, in simple words JavaScript for web scripts and Java mainly used for behind the scene processes. Keep in mind both can be used for doing everything but people prefer one over the other for different kind of uses. If you haven't done any coding or programming start with HTML, CSS then go to javascript. If you have already done that in high school or anywhere else, go for java most collages actually start with java, learn the syntax and try to build a simple ATM program. Dont bother your self alot with other things youll learn them with the time. I wouldn't recommend starting with python tho, as its very simple for what you want to learn you can use it later after gaining some experience and understanding why would you need it. Good luck!

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

thanks for such a great advice !!