Whats the difference between Java and JavaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 26

Whats the difference between Java and JavaScript?

18th Apr 2018, 9:02 PM
M Abd
M Abd - avatar
9 Answers
+ 22
Java is compiled, JS is interpreted Java is heavily object oriented, JS has no classes Java is general purpose, JS is exclusive to the web or desktop apps with frameworks Java is statically typed, JS is dynamically typed
18th Apr 2018, 9:04 PM
TurtleShell
TurtleShell - avatar
+ 66
Java is an OOP programming language while javascript is a OOP scripting language. JavaScript is used to make web pages interactive and runs on clients computer/browser.  Java creates applications that run in a virtual machine or browser while html code is run on a browser. The JavaScript programming language, developed by Netscape, Inc., is not part of the Java platform. Java code needs to be compiled and javascript is a interpreted language so doesn't need to be compiled. java is used for creating application for desktop as well as websites. Java is used in the form of servlets, JSP(Java Server Pages), Java beans and many other frameworks in web development. Java can be used for handle connections to databases, manipulating data to be displayed etc. https://www.java.com/en/download/faq/java_javascript.xml
19th Apr 2018, 10:44 AM
Elizabeth🌸
Elizabeth🌸 - avatar
+ 35
Thanks so much for the like storm man .... Take care and have a great weekend
21st Apr 2018, 1:44 PM
Raze Cool
Raze Cool - avatar
+ 17
Elizabeth thx very much for the answer
19th Apr 2018, 1:04 PM
M Abd
M Abd - avatar
+ 16
TurtleShell Thx for the simple explanation
18th Apr 2018, 9:28 PM
M Abd
M Abd - avatar
+ 14
21st Apr 2018, 12:07 PM
M Abd
M Abd - avatar
+ 10
JavaScript is a Scripting Language,while Java is a Programming Language.
27th Apr 2018, 10:40 AM
Syed Afrid Ali
Syed Afrid Ali - avatar
+ 6
java is manly used for mobile apps and mobile games JavaScript is used for websites
20th Apr 2018, 8:40 PM
Rui Pedro Leocádio Borges
Rui Pedro Leocádio Borges - avatar
+ 1
Thnx bro
30th Nov 2019, 8:21 AM
animesh upadhyay
animesh upadhyay - avatar