Which of the following is not true for garbage collection?

Options
- It manages the reclamation of unused memory
- It deals with circular references
- You can be certain when an object will be reclaimed by garbage collector
- It disposes unreferenced objects


CORRECT ANSWER : You can be certain when an object will be reclaimed by garbage collector

Discussion Board
ans

corrct ans is it disposes unused objects

dfvg 01-12-2017 07:42 AM

correct ans

It disposes unreferenced objects

vishal 01-4-2017 12:43 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement