0
What is the difference of Java and Javascript
2 Réponses
+ 3
JavaScript is used to edit the webpage and add interactivity to them, while Java is used to develop the applications
+ 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