Home > Java > javaTutorial > body text

What is the interpreter of java.exe?

little bottle
Release: 2020-10-12 14:59:29
Original
15082 people have browsed it

What is the interpreter of java.exe?

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template