what is jvm explain vriefly in java
Answers
Answered by
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
0
JVM or JAVA virtual machine the engine that drives the java code.
Similar questions