JavaScript V/s JAVA
Java is a strongly typed, compiled programming language developed by Sun Microsystems. JavaScript, developed originally by Netscape, is a lightweight, interpreted programming language initially called LiveScript. The two languages are not related in any way. All programming languages share a certain amount of similarity. Java is a compiled language i.e. platform independent, whereas JavaScript is an interpreted language.





