Q. When is the finalize() method called? (A) Before an object goes out of scope (B) Before garbage collection (C) Before a variable goes out of scope (D) None finalize() method ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Before garbage collection Explanation: finalize() method is called before garbage collection.