About Question com.enthuware.ets.scjp.v6.2.144 :
Posted: Sun Dec 04, 2011 2:37 pm
This class extends Thread and isDone() method is called on it's instance. Where is the isDone method defined? I can't find it in the Thread class?
if(jt.isDone()) System.out.println(jt.getData());
Is it suppose to be isAlive()?
Thanks.
if(jt.isDone()) System.out.println(jt.getData());
Is it suppose to be isAlive()?
Thanks.