Java is an object-oriented programming language. An interpreter and compiler are required during the compilation process of Java code. This article will tell you what kind of interpreter Java.exe is. Friends who are confused about this issue can learn about it together.
javac is a compiler that compiles java code into bytecode.
java is an interpreter that interprets and executes bytecodes.
Related learning recommendations: java basic tutorial
The above is the detailed content of What is the interpreter of java.exe?. For more information, please follow other related articles on the PHP Chinese website!