InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between java and JavaScript |
|
Answer» Hi 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. Bye |
|