标签: java multithreading state java1.4
对于Thread t,在Java 1.5中我们可以调用:
t.getState()
获得其状态。我怎么能在Java 1.4中做到这一点?