Computer Science, asked by anilkadiyala999, 1 month ago

what is the java 8 update of permgen​

Answers

Answered by kalamadhu366
3

In JDK 8.0 the Permanent Generation (PermGen) space has completely been removed and is kind of replaced by a new space called Metaspace. The consequences of the PermGen removal is that obviously the PermSize and MaxPermSize JVM arguments are ignored and you will never get a java. lang. OutOfMemoryError: PermGen error.

Similar questions