addshutdownhook problem

what j2se suppoorts Runtime.addShutdownHook(Thread)...
[61 byte] By [dmj_screen1a] at [2007-11-26 17:27:39]
# 1
Runtime.getRuntime().addShutdownHook(thread) is included in JDK 1.3 and later JDKs. It may be available in JDK 1.2.x, but those are no longer supported by Sun so I didn't check.
jxca at 2007-7-8 23:55:35 > top of Java-index,Desktop,Runtime Environment...