Which statement is true? June 6, 2022 by admin โช Choose the correct option.Which statement is true?A. All objects that are eligible for garbage collection will be garbage collected by the garbage collector.B. Objects with at least one reference will never be garbage collected.C. Objects from a class with the finalize() method overridden will never be garbage collected.D. Objects instantiated within anonymous inner classes are placed in the garbage collectible heap. Submit Answer