1.

What is the Java 8 update of PermGen?(a) Code Cache(b) Tenured Space(c) Metaspace(d) Eden spaceThis question was addressed to me in homework.Question is taken from Memory Management in section Exploring java.lang & java.io of Java

Answer»

The correct answer is (C) Metaspace

Easiest explanation: Metaspace is the REPLACEMENT of PermGen in Java 8. It is very similar to PermGen EXCEPT that it resizes itself dynamically. THUS, it is unbounded.



Discussion

No Comment Found

Related InterviewSolutions