home
explore
store
contact
certification centre
Fri, 3 Sep 2010
Garbage Collection
When is an object eligible for garbage collection?
1
When an object becomes unreachable by any code.
2
When the
finalize
method is called on the object.
3
When an object goes out of scope.
4
When the system runs out of virtual memory.
Current status
1/10
Correct answers:
0 (0%)
Incorrect answers:
0 (0%)
Time lapsed:
0:00