| Author |
Heap / Stack
|
anita dhar
Ranch Hand
Joined: May 24, 2007
Posts: 34
|
|
What is the use of Heap and stack where we are using heap and where stack
|
 |
Amir Alagic
Ranch Hand
Joined: Mar 21, 2006
Posts: 65
|
|
|
hope that text on link below will help you to get picture what is heap and what is stack: http://www.phptr.com/articles/article.asp?p=31755&seqNum=8&rl=1
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
While I think it's excellent for any developer to have a firm grasp of memory use when programming and how all that works, from a beginner's perspective, the beauty of Java is that you don't really need to concern yourself with either.
|
 |
Leandro Melo
Ranch Hand
Joined: Mar 27, 2004
Posts: 401
|
|
Hi all!
Originally posted by Gregg Bolinger: While I think it's excellent for any developer to have a firm grasp of memory use when programming and how all that works, from a beginner's perspective, the beauty of Java is that you don't really need to concern yourself with either.
From a more advanced perspective, that might not look so beatiful though .
|
Leandro Melo <br />SCJP 1.4, SCWCD 1.4<br /><a href="http://www.pazbrasil.org/" target="_blank" rel="nofollow">http://www.pazbrasil.org/</a>
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
Originally posted by Leandro Melo: Hi all! From a more advanced perspective, that might not look so beatiful though  .
Granted, but this is the beginner forum, after all.
|
 |
 |
|
|
subject: Heap / Stack
|
|
|