It is one of the best resources java have. Garbage collection comes under memory management.You can not force garbage collection process. You can possibly send a request by calling System.gc(). But it is not quite sure that this request will work. whenever the memory heap is full JVM in built call finalize() method. It will do the clean up operations.
Find further more about garbage collection click here
Find further more about garbage collection click here
No comments:
Post a Comment