OCJP(310-065)

单选题Which statement is true?()A A class’s finalize() method CANNOT be invoked explicitly.B super.finalize() is called implicitly by any overriding finalize() method.C The finalize() method for a given object is called no more than once by the garbage colle

题目
单选题
Which statement is true?()
A

A class’s finalize() method CANNOT be invoked explicitly.

B

super.finalize() is called implicitly by any overriding finalize() method.

C

The finalize() method for a given object is called no more than once by the garbage collector.

D

The order in which finalize() is called on two objects is based on the order in which the two objects became finalizable.

更多“单选题Which statement is true?()A A class’s finalize() method CANNOT be invoked explicitly.B super.finalize() is called implicitly by any overriding finalize() method.C The finalize() method for a given object is called no more than once by the garbage colle”相关问题