Aims
Review Java’s architecture.
Understand JVM’s parts :
- ClassLoader,
- Method Area - Heap,
- Garbage Collector,
- Program Counter,
- Stack Area / Stack Frame,
- Constant Pool,
- Execution Engine - Instruction Set.
Learn to experiment using javap and jdb to understand more about your code.