---
title: "How many types of memory areas are allocated by JVM?"  
description: "How many types of memory areas are allocated by JVM?"  
author: "Anonymous User"  
published: 2015-01-22  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2298/how-many-types-of-memory-areas-are-allocated-by-jvm  
category: "oops"  
tags: ["java"]  
reading_time: 1 minute  

---

# How many types of memory areas are allocated by JVM?

## Many types:

**\**1. Class(Method) Area

2. Heap

3. Stack

4. Program Counter Register

5. Native Method Stack

## Answers

### Answer by Anonymous User

## Many types:

**\**1. Class(Method) Area

2. Heap

3. Stack

4. Program Counter Register

5. Native Method Stack


---

Original Source: https://www.mindstick.com/interview/2298/how-many-types-of-memory-areas-are-allocated-by-jvm

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
