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

Related questions

+2 votes
asked Jan 24, 2020 in JAVA by rahuljain1
0 votes
asked Feb 8, 2021 in JAVA by SakshiSharma
...