+ 10
What is the difference between java and JavaScript?
4 Réponses
+ 7
Omg, USE SERACH :/
+ 4
Those are two completely different languages.
JavaScript is mainly used in web development because it's interpreted by the navigator (client-side). It can also be used in server-side with technology such as NodeJS.
Java makes some multi system applications because it includes a just-in-time compilator on a java virtual machine.
google / duckduckgo for more information
+ 3
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.
Further reading:
https://www.java.com/en/download/faq/java_javascript.xml
0
a lot of difference