Computer Science, asked by Debendranath, 1 year ago

what is jvm explain vriefly in java​

Answers

Answered by Rockysingh07
1

Answer:

JVM or Java Virtual Machine is the engine that drives the Java Code. It converts Java bytecode into machines language. In JVM, Java code is compiled to bytecode. This bytecode gets interpreted on different machines. JIT or Just-in-time compiler is the part of the Java Virtual Machine (JVM).

Answered by sayeedasaniya5
0

JVM or JAVA virtual machine the engine that drives the java code.

Similar questions