Java Programming

Java 소멸자

tomato13 2009. 2. 7. 11:56
http://tong.nate.com/navycat/22709722

......................

public void finalize() {
                System.out.println("객체의 마지막 유언... ");
}

........................

'Java Programming' 카테고리의 다른 글

java.net.BindException: Address already in use: JVM_Bind  (0) 2009.02.10
java singleton 적용  (0) 2009.02.09
wait, notify example  (0) 2009.02.03
Java chatting sample  (0) 2009.01.16
Eclipse에서 ant class-path 지정  (0) 2009.01.11