Why Java is interpreted language 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at Amazon, Lives in Seattle, WA
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.
2023-05-14 07:22:26
评论(499)
Helpful(122)
Helpful
Helpful(2)

Isabella Kim
QuesHub.com delivers expert answers and knowledge to you.
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.