How many times may an object's finalize() method be invoked by the garbage collector?

Q

How many times may an object's finalize() method be invoked by the garbage collector?

✍: Guest

A

An object's finalize() method may only be invoked once by the garbage collector.

2012-10-23, 2122👍, 0💬