The Java platform is a comprehensive suite of programs and technologies that supports the development of robust applications. This chapter discusses the various components and mechanism that constitute the Java platform.
Table of contents
- Java Platform Overview
- How Does Java Work
- JIT Compilation and Java bytecode
- Compile Time VS Runtime
- JVM Overview
- JVM Class Loader Sub-System
- JVM Runtime Data Area
- JVM Garbage Collection
Back to parent page: Java