Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Classes and Methods are stored in which space?

a) Eden space
b) Survivor space
c) Tenured space
d) Permanent space

Answer: d
Explanation: The permanent generation holds objects which JVM finds convenient to have the garbage collector. Objects describing classes and methods, as well as the classes and methods themselves, are a part of Permanent generation.

Join The Discussion