the pimary function of JVM is to execute the _____ priducedby computer
Answers
The JVM has two primary functions: to allow Java programs to run on any device or operating system (known as the "Write once, run anywhere" principle), and to manage and optimize program memory
Java Virtual Machine (JVM) is an execution environment for Java applications. ... The JVM specification ensures that any implementation is able to interpret bytecode in exactly the same way. It can be implemented as a process, a standalone Java OS, or a processor chip that executes bytecode directly
As shown in the above architecture diagram, the JVM is divided into three main subsystems:
ClassLoader Subsystem.
Runtime Data Area.
Execution Engine.
Modern JVMs take bytecode and compile it into native code when first needed. ... The JVM should not be confused with the Java compiler, which compiles source code into bytecode. So it is not useful to consider it "a compiler" but rather to know that in the background it does do some compilation.
Explanation:
I hope this is help for you. . . .
Answer:
class because answer is interpreter I hope it will help you A lot