How can you force garbage collection of an object?()

A .  Garbage collection cannot be forced. B .  Call System.gc(). C .  Call System.gc(), passing in a reference to the object to be garbage collected. D .  Call Runtime.gc(). E .  Set all references to the object to new values(null, for example).

时间:2022-09-15 01:53:34 所属题库:SCJP程序员认证考试题库

相似题目