heap and stack memory

heap and stack memory

hi i am jane pls explain the difference between heap memory and stack memory

View Answers

July 14, 2011 at 12:56 PM

STACK memory is referred as temporary memory,if you come out of the program the memory of the variable will not no more there.[eg., int a; memory for a will not maintained after v came out from the program]. While HEAP memory is referred as permanent memory,memory allocated for the object will be maintained even if we came out of the program.[eg.memory for OBJECT will remains there ever].


June 9, 2012 at 10:27 PM

hello friend where the object of the heap is saved for ex in hdd


June 9, 2012 at 10:27 PM

hello friend where the object of the heap is saved for ex in hdd









Related Tutorials/Questions & Answers:
heap and stack memory
heap and stack memory   hi i am jane pls explain the difference between heap memory and stack memory with example programs
heap and stack memory
heap and stack memory   hi i am jane pls explain the difference between heap memory and stack memory   STACK memory... after v came out from the program]. While HEAP memory is referred as permanent
Advertisements
heap memory
heap memory  how long is the object stored in heap memory persist
heap and stack in general programming language
heap and stack in general programming language  what's the difference between heap and stack ?   Hi Friend, Differences:ADS_TO_REPLACE_1 1)Stack is referred as temporary memory while Heap is referred as permanent
heap memory in j2me
heap memory in j2me  how to get j2me heap memory size
How to set heap memory in cassandra on docker
How to set heap memory in cassandra on docker  I am trying to run cassandra on docker and its throwing error asking to set the heap memory..._SIZE=2048M How to set the heap memory in cassandra on docker? Thanks  
Controlling Java Heap Size Memory Allocation
Controlling Java Heap Size Memory Allocation  Hi, Tell me about Controlling Java Heap Size Memory Allocation? I have to run java program from console and allocate 2GB of RAM to Java Heap Size. Thanks   Hi, You can
elasticsearch java heap space out of memory
elasticsearch java heap space out of memory  Hi, How to set heap size in elasticsearch to overcome java heap space out of memory? Thanks   Hi, Set following value in environment variables: export ES_HEAP_SIZE=10g
Memory
Memory   what is the different between heap memory and stack memory ? please explain with example
memory
memory   hi i am jane pls explain the difference between heap memory and stack memory
Memory - Java Beginners
Memory management in Java  Where are these Heap and Stack? Is there size fixed? what is core area in memory
Java memory allocation
Java memory allocation  How does Java allocate stack and heap memory
memory layout
memory layout  how much space does each segement(data,stack,heap,static) holds in memory? memory here refers to ram or hard disk
Java get Heap Size
Java get Heap Size       In this section, we are going to illustrates you how to obtain the heap size. The heap is the area in the memory used for memory storage during
HEAP table
HEAP table  hiii, What is HEAP table?   hello,ADS_TO_REPLACE_1 This type of table is stored in the memory. Speed of execution of this table is very commendable
memory management
memory management  Why objects store in heap
Stack
Stack  How to implement a stack using classes in java?   Here is an example that implements a Stack class based on arrays. public class Stack { private int top; private int[] storage; Stack(int
Java heap space
; set java thread stack size For example, you can set minimum heap to 64...Java heap space  I am using MyEclipse 8.6 for my web based project. The command may be... Ex: java -Xms32m -Xmx128m How can I increase java heap
memory
memory  what is memory
Java Heap
Java Heap       The JVM's heap stores all the objects generating by a running Java program. Java uses the new operator to create objects and memory for new objects is allocated
ModuleNotFoundError: No module named 'heap'
ModuleNotFoundError: No module named 'heap'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'heap' How to remove the ModuleNotFoundError: No module named 'heap' error
visualization Max-Heap-sort
visualization Max-Heap-sort  To Whom It May Concern, Would you please give the source code of applet Max-heap sort? I want to see the visualization of Max-Heap sort. Best Regards, saeideh
Stack
Stack Overview Stack follows the rule of last in first out rule. Mainly two action are performed by stack one is push and other is pop. The last thing which we placed or push on stack is the first thing we can get when we pop. A stack
Stack Overflow - Java Tutorials
Stack Overflow in Java A stack is the part of the memory. The local automatic variable is created on this stack and method arguments are passed. When a process starts, it get a default stack size which is fixed for each process. 
Define stack
Define stack  hii, Explain stack
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space  Hi, In one of my..." java.lang.OutOfMemoryError: Java heap space How to resolve this issue? Thanks   Hi... your program. Check the thread Java heap space and java.lang.OutOfMemoryError
stack in java/
stack in java/  java code for stack push pop and display operation? thanks
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space  Hi, How to resolve java.lang.OutOfMemoryError: Java heap space error. This error is coming while... java.lang.OutOfMemoryError: Java heap space where there is no more space available
Define stack
Define stack  hii, Explain stack?   hello,ADS_TO_REPLACE_1 Stack is an ordered list in which all the insertions and deletions made at one end called top of the stack. It is referred as LIFO list. Last inserted item
ARRAY and STACK
and STACK?   hii,ADS_TO_REPLACE_1 STACK follows LIFO. Thus the item... or removed in any order.   a stack is simply a special case of an array. You could say that a stack uses user defined methods to remove and add contents
Array stack
Array stack  Write a stack class ArrayStack.java implements PureStack interface that reads in strings from standard input and prints them in reverse order
Array stack
Array stack  Write a stack class ArrayStack.java implements PureStack interface that reads in strings from standard input and prints them in reverse order
ModuleNotFoundError: No module named 'tap-heap'
ModuleNotFoundError: No module named 'tap-heap'  Hi, My Python...-heap' How to remove the ModuleNotFoundError: No module named 'tap-heap... to install padas library. You can install tap-heap python with following
ModuleNotFoundError: No module named 'tap-heap'
ModuleNotFoundError: No module named 'tap-heap'  Hi, My Python...-heap' How to remove the ModuleNotFoundError: No module named 'tap-heap... to install padas library. You can install tap-heap python with following
ModuleNotFoundError: No module named 'binary-heap'
ModuleNotFoundError: No module named 'binary-heap'  Hi, My Python... 'binary-heap' How to remove the ModuleNotFoundError: No module named 'binary-heap' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'd-heap'
ModuleNotFoundError: No module named 'd-heap'  Hi, My Python...-heap' How to remove the ModuleNotFoundError: No module named 'd-heap'... to install padas library. You can install d-heap python with following command
ModuleNotFoundError: No module named 'django-heap'
ModuleNotFoundError: No module named 'django-heap'  Hi, My Python... 'django-heap' How to remove the ModuleNotFoundError: No module named 'django-heap' error? Thanks   Hi, In your python environment
heap sort in java
heap sort in java  plz modify this program so that it can take input as integers and string both..... public class heap_Sort{ public static void...("\n Heap Sort\n---------------\n"); System.out.println("\n Unsorted Array\n\n
memory management
memory management  memory management in java
Heap Sort in Java
Heap Sort in Java      ... are going to sort integer values of an array using heap sort. There are two types of heap. First one is  Max heap and second one is min heap. Max heap
Java Stack
Java Stack       The Stack class works on the principle last-in-first-out (LIFO) stack of objects... a vector to be treated as a stack. Methods push() and pop() are used to pick
Stack and Queue
Stack and Queue  Consider a class called Configuration. This class ââ?¬Å?encapsulatesââ?¬Â? the configuration management for any software system... or a Stack. Your App class is given and you should not change this class at all. Your
What is a stack overflow error?
What is a stack overflow error?  What is a stack overflow error
Phantom memory
Phantom memory  hello,, What is phantom memory
Phantom memory
Phantom memory  What is phantom memory
java technologies stack
java technologies stack  java technologies stack
java heap space & netbeans - Java Beginners
java heap space & netbeans  Java heap space". I'm using netbeans 5.1.1 and jdk1.5.0_07 version.. can any body say how can i know the amount of java heap space while i run...java heap space & netbeans Hey,all!! I've got a problem
hw to increazse heap size in my eclipse
hw to increazse heap size in my eclipse   how can i increase heap size using my eclipse
Heap Sort in Java
Heap Sort in Java is used to sort integer values of an array. Like quicksort, insertion sort, bubble sort and other sorting methods, heap sort is used to sort an unsorted list. When compared to other sorting methods heap sort
stack using linked list
stack using linked list  how to implement stack using linked list

Ads