<<< Java Compilation Process, described | Index | Java Application Types >>> |
JVM's class loader has bytecode verifier to prevent unexpected results from loading corrupted .class files
communicates with operating system
executes bytecode instructions line by line within Java virtual machine
<<< Java Compilation Process, described | Index | Java Application Types >>> |