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: 256

Filed under:
|

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

Related posts about java

Related posts about garbage-collection