Login Register






Learning java! filter_list
Author
Message
RE: Learning java! #11
(12-18-2013, 07:44 PM)Duubz Wrote: I don't know much about Java however I do know much about JavaScript not too much, doesn't exceed the normal webmaster but I do make a lot of websites and occasionally JavaScript does pop up here and their. I have need Java for a bukkit in Minecraft but not very many so I'm not very experienced with java.

Are java and java script the same?

Reply

RE: Learning java! #12
(12-21-2013, 06:27 AM)H4X00R Wrote: Are java and java script the same?

Not necessarily. This is explained by Azreal, and essentially through more and more experience with the two.
[Image: BXqGARG.png]

Reply

RE: Learning java! #13
(12-21-2013, 07:16 AM)Duubz Wrote: Not necessarily. This is explained by Azreal, and essentially through more and more experience with the two.

Do they accomplish different things?

Reply

RE: Learning java! #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.
[Image: tumblr_m73y8go3jd1rb7u8co1_500.gif]
Avatars are for faggots.

Reply

RE: Learning java! #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.
Scientia potentia est

[Image: inkexplosion.jpg]

Reply

RE: Learning java! #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.

Reply

RE: Learning java! #17
(03-25-2014, 12:53 AM)void Wrote: 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.

Awesome just singed up for a c++ programming class next year. Ill lake a look at the book, is that how you learned? Thanks for the post!

Reply