0
is the diagram correct?
there should be a path from Waiting to Run so that a thread can be woken after Sleep
1 Resposta
+ 1
yes the diagram is correct. remember that Thread obj = new Thread(new "class name"())
there should be a path from Waiting to Run so that a thread can be woken after Sleep