Which of the following memory areas in JVM is used to store class-level data like static variables and methods?

Last Updated :
Discuss
Comments

Which of the following memory areas in JVM is used to store class-level data like static variables and methods?

Stack Memory

Heap Memory

Method Area

Native Area

Share your thoughts in the comments