1- The finalize method will never be called more than once on an object. [TRUE/FALE]
2- An object once eligible for garbage collection can never become accessible from an active part of the program. [TRUE/FALSE]
If we have to choose one of them. What should we; If option 2 is false, could anybody give me an example. I think it is something called resurrection of the object in the finalize method but can't find the way to do so.
Any help will be appreciated.
Thanks,