Initial
JVM is Java Virtual Machine.
It executes Java bytecode.
It makes Java platform independent.
Depth
JVM loads, verifies, and executes bytecode.
It manages memory and garbage collection.
It uses JIT for performance.
More Depth
JVM is part of JRE.
JVM is different for each OS.
Final
JVM allows Java programs to run on any platform.
Top comments (0)