[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Certification study group issue: Will the Garbage Collector pick up the rubish is you call it?




I have read the JVM specs and it says that the call to System.gc() is
merely a suggestion to the VM. But in my personal experience whenever i
made a call to System.gc() it did force a gc.