Java is an interpreted language, but its source files are compiled into Java bytecode, the. class file, and then run in the Java Virtual machine. JSP is a web development technique that runs in a particular Web container, and the Web container first translates the JSP into a servlet file ( The. java file), and then compile the. class file and run it in the Java virtual machine. JavaScript is a browser scripting language that is interpreted and executed by the browser. All three languages use Java syntax. Lenovo: When studying C # when reading, CSC compiles the. cs file into an. exe file that can be executed directly. , NET is also a web development technique that runs in a particular net frawork container. Published through IIS. While. aspx is the net development technology, EXE files are not published through IIS.
The difference and connection of Java, JSP and JavaScript