URL: https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html Object (Java Platform SE 7 ) Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. A subclass overrides the finalize method to dispose of system resources or to perform other cleanup. The general contract of fi docs.oracle.com 모든 클래스의 최상위 클래스 java.lang.O..