What is the Platform ClassLoader
?
- Used to be called `Extension ClassLoader` until Java 9
- Called `Platform ClassLoader`
- Loads platform-specific extensions from JDK's module system
- Platform ClassLoader loads files from JRT or from any other module specified by `java.platform` or `--module-path`
<!--SR:!2025-11-19,1,210-->