previous
|
start
|
next
Running Threads
sleep
puts current thread to sleep for given number of milliseconds
Thread.sleep(milliseconds)
When a thread is interrupted, most common response is to terminate
run
previous
|
start
|
next