1.

We Know That The Garbage Collector In Java Cleans Up Memory But Still It Does Not Guarantee That Program Will Run Out Of Memory. Can You Explain The Reason For This?

Answer»

Java PROGRAMS might use up the MEMORY resources at a much FASTER pace than they are actually GARBAGE COLLECTED and also the program might create objects which cannot be garbage collected.

Java programs might use up the memory resources at a much faster pace than they are actually garbage collected and also the program might create objects which cannot be garbage collected.



Discussion

No Comment Found