what's the difference between JavaScript and java ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

what's the difference between JavaScript and java ?

since I knew that html will be more interesting if I know basic java . but there's two course named Java and JavaScript so what course should I start with ?

3rd Apr 2018, 2:20 PM
Anto Sebastin kowrin
Anto Sebastin kowrin - avatar
6 Answers
+ 6
JavaScript - web development Java- Android apps development
4th Apr 2018, 1:11 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 4
JavaScript is an object-oriented script language, usually used with HTML to create interactive web pages and it's source code runs only in browsers. Java it's a programming language, you can create applications to almost everything, running on browsers, servers or other devices (smartphones, PCs, Videogames, etc).
3rd Apr 2018, 2:47 PM
Rafael Leonardo De Lima
Rafael Leonardo De Lima - avatar
+ 3
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 https://www.java.com/en/download/faq/java_javascript.xml https://www.codecademy.com/en/forum_questions/4fe46886d5de070003017288
3rd Apr 2018, 2:44 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 2
In simpler words.... Java - programming language JavaScript- scripting language
4th Apr 2018, 1:26 PM
Vinyas Amin
Vinyas  Amin - avatar
+ 2
Thanks for clarifying this.
4th Apr 2018, 3:12 PM
Anna
+ 1
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:- http://crbtech.in/Java-Training/9-distinguishing-factors-javascript-java/
5th Apr 2018, 4:56 AM
pranit patil
pranit patil - avatar