By screener
via javarevisited.blogspot.com.au
Published: Jan 25 2013 / 12:08
Stack and Heap are two common memory areas in Java programming language which confuse many programmer, Which variables goes to which memory, does Garbage collection runs on Stack memory or not, where is stack and heap are located in memory are few questions to mention. This article explores some differences between stack and heap memory in Java, which helps to understand these important concepts.
Comments
MCII replied ago:
A simple drawing would have been more instructive.
Voters For This Link (24)
Voters Against This Link (0)