File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes Regarding garbage collector Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Regarding garbage collector " Watch "Regarding garbage collector " New topic
Author

Regarding garbage collector

praveen raaj
Greenhorn

Joined: Nov 30, 2009
Posts: 11
Hi.... Friends,
The garbage collector is under control of JVM.and JVM decides when to run the garbage collector.
My Question is garbage collector is a part of heap? or some where in JVM Architecture?
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32675
    
    4
Not on the heap. It is a program whihc runs in its own thread as a part of the JVM.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Regarding garbage collector
 
Similar Threads
finalize() method doubt........
Java Questions in Interview
java weakness
Will garbage collector run on the spot
difference between exe file and batch file