JVM - Simulator
Simulates how the Java Virtual Machine would execuite Java .class files.
Includes:
- Progression of JVM through Method Code
- Changes in the Operand Stack and Java Stack Frame
- Constant Pool of class
- Accompanying java code of the .class file
- Program Counter (PC) changes