What are Memory storages available with JVM?
Filed under: Java Interview Questions on 2024-10-25 06:55:36
JVM consists of a few memory storages as mentioned below:JVM consists of a few memory storages as mentioned below:Class(Method) Area: stores class-level data of every class such as the runtime constant pool, field, and method data, and the code for methods.Heap: Objects are created or objects are st