JS Vs Java : What is Difference between Java and JavaScript ?

Java JavaScript
Java is Complex Object Oriented Language JavaScript is Browser Scripting Language
Java is designed by Sun Microsystem JavaScript is invented by Brendan Eich at Netscape
Java is Complex programming language that is used to create Standalone Application JavaScript is usually embedded inside HTML document.
Java code is usually compiled. JS script is interpreted
Java is a programming language designed to run in a JVM which allows programs to run on any device supporting java Java script is a scripting language that runs inside of a internet browser to enhance the web experience.