protected void finalize() {
close(); } in LargeObject.java so that the db resources are released when it is garbage collected or am I missing something? Philip Crotwell
Showing
Please register or sign in to comment
close(); } in LargeObject.java so that the db resources are released when it is garbage collected or am I missing something? Philip Crotwell