Programming - Garbage Collections - Discussion

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

 



Q.

In Java,__________________________ happens automatically during the lifetime of a java program, eliminating the need to de-allocate memory and avoiding memory leaks.                         


A. Garbage Collection B. Heap Area
C. Static methods D. Struts

Answer: Option A
Explaination:

 


In Java,Garbage collection happens automatically during the lifetime of a java program, eliminating the need to de-allocate memory and avoiding memory leaks.




Discussion

Your Comments Goes here...
NameDiscussion