InterviewSolution
Saved Bookmarks
| 1. |
Which of these method of Thread class is used to Suspend a thread for a period of time?(a) sleep()(b) terminate()(c) suspend()(d) stop()This question was posed to me in an interview.My question is from Thread class in portion Multithreading of Java |
|
Answer» The CORRECT CHOICE is (a) sleep() |
|