---
title: "stack and heap in java"  
description: "stack and heap in java"  
author: "Anonymous User"  
published: 2015-07-13  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2697/stack-and-heap-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# stack and heap in java

what is difference between stack and heap in Java . Can we create an object in stack memory? Does object of private class is also stored in heap memory??

## Answers

### Answer by Anonymous User

Refer this post:http://www.mindstick.com/forum/23335/stack%20and%20heap%20in%20java#.VaPFI_mqqko \

### Answer by Anonymous User

what is difference between stack and heap in Java . Can we create an object in stack memory? Does object of private class is also stored in heap memory??


---

Original Source: https://www.mindstick.com/interview/2697/stack-and-heap-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
