Scope exit vs. object cleanup
Two different things. In Java the scope exit is handled with finally blocks. Object cleanup is a hit-or-miss thing, and Java programmers are advised not to use it.
Regards,
-scott anderson
"Welcome to Rivendell, Mr. Anderson..."