Programming - Garbage Collections - Discussion

You Are Here :: Home > JAVA > Garbage Collections - Discussion

 



Q.

If you want to make your object eligible for Garbage Collection , assign its reference variable to __________________.                         


A. zero B. one
C. both a and b D. null

Answer: Option D
Explaination:

 


If you want to make your object eligible for Garbage Collection , assign its reference variable to null.




Discussion

Your Comments Goes here...
NameDiscussion