Thirteen Years of Service
Posts: 350
Threads: 14
RE: Learning java! 12-21-2013, 10:01 PM
#14
Eugh.
Javascript and Java are two completely different things.
Java is a compiled language that must be compiled to bytecode before it can be used, and then can be either released as a JAR or similar file, or online via an applet that works like a less shitty Flash.
Javascript is generally used to lend dynamic ability to your website via DOM manipulation and scripting. It's interpreted by the browser, or rarely by the server much in the same way PHP is, via a NodeJS installation.
They're for completely different things, and they work completely differently. The name is the only thing that they really have in common, and that can be confusing for some people.
But no, they're two worlds apart.
Avatars are for faggots.
•
Twelve Years of Service
Posts: 1,224
Threads: 88
RE: Learning java! 03-20-2014, 01:19 PM
#15
I highly recommend using Calico to learn python and then I would move on to Java. It just makes things a lot easier in the long run.
•
Thirteen Years of Service
Posts: 35
Threads: 3
RE: Learning java! 03-25-2014, 12:53 AM
#16
I understand that the thread is a bit dead, however for those curious, if you are learning Java, I highly recommend if you are familiar with programming such as C++, don't use any e-book, rather, go to the official documentation as it will suit your background better.
However, if you ARE new to programming, maybe done some scripting and minor programming here and there, but still stumble, get Head First Java. Fantastic 10/10 book for learning Java.
•