Java Virtual Machine
Java language gets compiled to Java Virtual Machine (JVM) or “bytecode”
Bytecode gets transmitted
Bytecode is either interpreted or compiled and executed.
Java Source Class
definition
Java
compiler
Java Virtual
Machine Code
class file
JVM verifier
JVM Class
Loader
JVM interpreter
Java Virtual Machine
Previous slide
Next slide
Back to first slide
View graphic version