0 votes
in JAVA by

How many types of memory areas are allocated by JVM in Java?

1 Answer

0 votes
by

Below are the types of memory areas are allocated by JVM in Java

• Heap

• Stack

• Native Method Stack

• Program Counter Register

• Class(Method) Area

...