-
Why Java is interpreted language 2024?
Java
interpreted Java
Questioner:Lucas Taylor 2023-05-05 07:22:26
The most authoritative answer in 2024
-

-
Isabella Torres——Studied at the University of Cambridge, Lives in Cambridge, UK.
Java is a compiled programming language, but rather than compile straight to executable machine code, it compiles to an intermediate binary form called JVM byte code. The byte code is then compiled and/or
interpreted to run the program.
read more >>
About “Java、interpreted、Java”,people ask:
QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.