+ 10

What is the difference between java and JavaScript?

21st Jan 2017, 12:59 PM
Siddharth Saraf
4 Réponses
+ 7
Omg, USE SERACH :/
21st Jan 2017, 1:12 PM
WittyBit
WittyBit - avatar
+ 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
21st Jan 2017, 1:10 PM
Dorian
+ 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
10th Feb 2017, 7:57 PM
Hasan Al-Yazidi
Hasan Al-Yazidi - avatar
0
a lot of difference
22nd Jan 2017, 3:56 AM
Scorpion Fox
Scorpion Fox - avatar