| Author |
When does Connection Object is ready for Garbage Collection?
|
Vaithialingam Asai
Greenhorn
Joined: Mar 07, 2004
Posts: 10
|
|
Can anyone tell me when the Connection object is ready for garbage collection ? Thanks in Advance
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56202
|
|
As with any other object, when the JVM determines that there are no references to the object. If your code depends upon this, it is doing something wrong.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: When does Connection Object is ready for Garbage Collection?
|
|
|