12345678910



Question 1: What method in the Thread class do you call to make the current thread cease executing for a specified amount of time?
1. sleep()
2. pause()
3. stop()