单选题

Which statement is true?()

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

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

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

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

正确答案

来源:www.examk.com

答案解析