How can you force garbage collection of an object?
Call System.gc()
Garbage collection cannot be forced.
Call System.gc(), passing in a reference to the object to be garbage-collected.
Call Runtime.gc()