Google News
logo
Java - Interview Questions
How can you call the garbage collector ?
Garbage collector is automatically invoked when the program is being run, it can be also called by calling gc() method of Runtime class or system class in java. 
Advertisement