employer cover photo
employer logo
employer logo

Helion Software Systems

Is this your company?

Helion Software Systems interview question

Explain Garbage collection mechanism in Java

Interview Answer

Anonymous

4 Jun 2012

Automatic Garbage collection is very strong feature of Java. Actually Java runtime system decides when to destroy objects, if an object dont hava any more references, it get garbage collected by JRE.