Is the stack garbage collected in Java?
Posted
by girinie
on Stack Overflow
See other posts from Stack Overflow
or by girinie
Published on 2010-03-15T13:42:17Z
Indexed on
2010/03/15
16:19 UTC
Read the original article
Hit count: 277
java
|garbage-collection
The heap memory is garbage collected in Java.
Is the stack garbage collected as well?
How is stack memory reclaimed?
© Stack Overflow or respective owner