Bytecode Garbage Collection
JIT Compiler Classloader
Stack Execution Engine
Platform Independence Security Manager

 

An automatic memory management process that reclaims memory occupied by objects that are no longer in use. A compiled version of Java source code designed to be executed by the Java Virtual Machine.
A subsystem that is responsible for loading class files into the Java Virtual Machine. A component that improves the performance of Java applications by compiling bytecode into native machine code at runtime.
The component responsible for executing the instructions contained in loaded classes. A data structure used by the Java Virtual Machine to manage method calls and local variables.
A feature that enforces access controls during code execution to protect the system from untrusted code. The ability of a program to run on different operating systems without modification.