+ 2

What's the difference, if there is any?

The solo learn app has separate courses for java and javascript. i really thought java was just an abbreviation of JS. Is it more like the relation of HTML to HTML5 or CSS to CSS3?

25th Apr 2017, 5:10 AM
Jhamir KiNG
Jhamir KiNG - avatar
2 Antworten
+ 17
The only thing Java and JavaScript have in common is their names. Java is a general-purpose, object-oriented programming language, while JS is a scripting language used in web-development alongside HTML and CSS. Java is used to create applications which run via a virtual machine or browser, while JS code is run on a browser only. Java code needs to be compiled while JS code doesn't.
25th Apr 2017, 5:12 AM
Hatsy Rei
Hatsy Rei - avatar
+ 3
Thanks appreciate the insight.
25th Apr 2017, 5:15 AM
Jhamir KiNG
Jhamir KiNG - avatar