finalize()
method declared in class
Object
.
Posts: 409 / Nickname: bv / Registered: January 17, 2002 4:28 PM
Cleaning Up After Jini Services
March 1, 2000 9:34 AM
|
In this article, I look at a fundamental issue with network-mobile code: clients (such as Jini browsers) that load objects of which they have no prior knowledge cannot invoke cleanup methods on those objects. I propose a solution to this problem, using the finalize() method declared in class Object.
Read this Artima.com article: http://www.artima.com/jini/jiniology/cleanup.html |