What is the Permanent Generation (PermGen)?
January 22, 2025
The PermGen (in earlier Java versions) stored metadata about classes, methods, and constants. It is replaced by the Metaspace in Java 8.
The PermGen (in earlier Java versions) stored metadata about classes, methods, and constants. It is replaced by the Metaspace in Java 8.