[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?
- To: <ajug-members@ajug.org>
- Subject: RE: Certification study group issue: Will the Garbage Collector pick up the rubish is you call it?
- From: <Vikrant.Verma@alltel.com>
- Date: Wed, 13 Nov 2002 10:30:06 -0600
- Thread-Index: AcKLMQsoGBNztbbrQmKCKaAHo+x3zgAAAkeg
- Thread-Topic: 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.