Given:
Which statement is true while the program prints GC?
Only the object referenced by t2 is eligible for garbage collection.
Both the objects previously referenced by t1 are eligible for garbage collection.
None of the objects are eligible for garbage collection.
Only one of the objects previously referenced by t1 is eligible for garbage collection.
Submit