+ 1
Java is a compiled language made by Sun.
Java runs through the JVM - Java Virtual Machine thus allowing it to be ran on various platforms.
JavaScript is an interpreted (real-time) language created (and mainly used) for web scripting.
JavaScript is being interpreted in real-time by the web browser.
Both are high level languages, both use block structure and use curly braces to identify the blocks.



