问题详情

Which two are true?()


A、A finalizer may NOT be invoked explicitly.

B、The finalize method declared in class Object takes no action.

C、super.finalize()is called implicitly by any over riding finalize method.

D、The finalize method for a given objec twill be called no more than once by the garbage collector.

E、The order in which finalize will be called on two objects is based on the order in which the two objects became finalizable.

时间:2022-01-05 02:41 关键词: Java认证考试综合练习

答案解析

B| D