Does a garbage collector collect stack memory, heap memory, or both?
- by kalpesh
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