0

What is the difference of Java and Javascript

29th Dec 2016, 11:29 AM
FERDI
FERDI - avatar
2 Réponses
+ 3
JavaScript is used to edit the webpage and add interactivity to them, while Java is used to develop the applications
29th Dec 2016, 11:35 AM
Navendu Chourey
Navendu Chourey - avatar
+ 2
There are many differences between Java and JavaScript: 1.OOP Programming language vs OOP Scripting language 2. Can create applications that run on Virtual Machine or Browser ...vs...only runs on browser 3. Server side vs Client side 4. For final usage of code, Java should be compiled where as Javascript is in Text for direct usage 5.Examples: Develop applications vs Improving interactivity, editing webpage
29th Dec 2016, 12:16 PM
Manikanta Nallamalli (Mittu)
Manikanta Nallamalli (Mittu) - avatar