What is the Bootstrap ClassLoader
?
- Responsible for initiating JVM operations
- Up to [[Java 8]], it loads core Java files from `rt.jar`
- Starting from [[Java 9]], loads core Java files from the Java Runtime Image (JRT)
<!--SR:!2025-11-19,1,210-->