Which statement is true? June 6, 2022 by admin ✪ Choose the correct option.Which statement is true?A. Memory is reclaimed by calling Runtime.gc().B. Objects are not collected if they are accessible from live threads.C. An OutOfMemory error is only thrown if a single block of memory cannot be found that is large enough for a particular requirement.D. Objects that have finalize() methods always have their finalize() methods called before the program ends. Submit Answer