Question: f you want to mimic in Java the functionality of C++'s destructor method (i.e., it gets called as soon as you are finished using an
f you want to mimic in Java the functionality of C++'s destructor method (i.e., it gets called as soon as you are finished using an object), why is the finalize method the wrong way to implement this functionality?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
