Tuesday, January 17, 2012

Java garbage collector?

I know that it is automatically invoked to "kill" or "delete" an object that has no references/ is null. When does "the garbage collector come" to delete the obj?? if that question makes any sense.

0 comments:

Post a Comment