Monday , 4 November 2024
Breaking News
Home » Science/Tech » Newbie point » Difference between Stack vs Heap memory

Difference between Stack vs Heap memory

Stack
Stack memory stores variable types in address’ in memory, these variables in programming are called local variables and are often stored for short amounts of time while a function/method block uses them to compute a task.

Once a function/method has completed its cycle the reference to the variable in the stack is removed.
Heap
Heap memory stores all instances or attributes, constructors and methods of a class/object.

Comparison
A Heap reference is also stored in Stack memory until the life cycle of the object has completed. Inside the Heap reference all the contents of the object are stored whereas with a local variable only the variable contents are stored in the stack.

Example:

Stack
var blue
var red
ref 0x456783 (Heap reference)
var tom
ref 0x498702 (Heap reference)
var diane

Heap (0x456783)
name => Susan
age => 26
city => London
height => 5’7
Gender => female

Heap (0x498702)
name => Paul
age => 21
city => Glasgow
height => 6’0
Gender => male

Related stories:

Rupert Grint Gets Swine Flu!
Nokia N8 to be released on October 1, 2010
Harry Potter and the Deathly Hallows LIVE premiere 2010
Difference Between C++ and Java
Police Hunt for 'Goldilocks' Styled Thief
Twitter Servers crashed with overloading New Year Greetings!
Organizers Kill Bruce Springsteen & Paul McCartney Concert!
First-Ever Color Film Revived by UK Museum!