Does a garbage collector collect stack memory, heap memory, or both?

Posted by kalpesh on Stack Overflow See other posts from Stack Overflow or by kalpesh
Published on 2010-03-26T16:13:53Z Indexed on 2010/03/26 17:03 UTC
Read the original article Hit count: 542

I read lot of articles about garbage collection and almost all article tells about heap memory. so my question is "garbage collection collects stack memory or heap memory or both".

thanks Kalpesh

© Stack Overflow or respective owner

Related posts about garbage-collection

Related posts about stack