Monday, 25 April 2016

Can a programmer force the Garbage collection ?


Programmer cannot force garbage collection in Java.

It will only trigger automatically, if JVM thinks it needs a garbage collection based on Java heap size.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.