Java vs. Javascript.The differences of Java and Java Script are:
- Java can stand on its own where as Java Script mandatorily be placed within an HTML document.
- Java is larger and used to create stand alone applications. Where as Java Script is text which is fed into a browser which can read it and later executed by the browser.
- Java must be compiled into machine language before it is presented to the end user. While Java Script does not need a compiler or interpreter, it is executed through a web browser.
|