Package java.langClass Thread
static void sleep(int millis)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
sleep(int millis) method:
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds. The thread does not lose ownership of any monitors.