InterviewSolution
Saved Bookmarks
| 1. |
What Is The Finalize Method Do? |
|
Answer» Before the invalid objects get GARBAGE collected, the JVM GIVE the USER a chance to clean up some resources before it got garbage collected. Before the invalid objects get garbage collected, the JVM give the user a chance to clean up some resources before it got garbage collected. |
|