Is there a massive difference between java and javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there a massive difference between java and javascript?

25th Apr 2016, 2:19 PM
Mark Nolan
Mark Nolan - avatar
3 Answers
+ 7
How is JavaScript different from Java? The JavaScript programming language, developed by Netscape, Inc., is not part of the Java platform. JavaScript does not create applets or stand-alone applications. In its most common form, JavaScript resides inside HTML documents, and can provide levels of interactivity to web pages that are not achievable with simple HTML. Key differences between Java and JavaScript: Java is an OOP programming language while Java Script is an OOP scripting language. Java creates applications that run in a virtual machine or browser while JavaScript code is run on a browser only. Java code needs to be compiled while JavaScript code are all in text. They require different plug-ins. For additional information about JavaScript, visit Mozilla.org from Oracle site
29th Oct 2016, 7:50 PM
‎‏‎‏‎Joe
‎‏‎‏‎Joe - avatar
+ 3
One name is in the other for a reason. To be specific, JavaScript is a scripting language based off Java. you can even integrate them into each other. also, they both use the same OOP concepts that makes it Java.
4th Jun 2016, 10:07 AM
Gabe Rust
Gabe Rust - avatar
+ 2
Java and JavaScript are completely different things. Java is for making computer programs, while JavaScript is for scripting websites.
16th Dec 2015, 5:29 PM
CakeWut
CakeWut - avatar