Multiple choice

The ___________ method of Runtime class is used to initiate calls to the finalize() method of unused but not yet recycled objects.

  1. totalMemory()

  2. load()

  3. runFinalization()

  4. gc()

  5. freeMemory()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This method of Runtime class initiates calls to the finalize() method of unused but not yet recycled objects.