Question d’entretien chez Honeywell

What's the difference between Java and JavaScript?

Réponse à la question d'entretien

Utilisateur anonyme

23 avr. 2015

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.