Thread Constructors and Methods, cont.
Suspends the thread. Use the resume() method to resume.
Resumes the thread suspended with the suspend() method.
static void sleep(long millis)throws InterruptedException
Puts the runnable object to sleep for a specifiedtime in milliseconds.