InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods of a Thread class is used to suspend a thread for a period of time?(a) sleep()(b) terminate()(c) suspend()(d) stop()I had been asked this question in homework.My enquiry is from Java.lang topic in section Exploring java.lang & java.io of Java |
|
Answer» Right option is (a) SLEEP() |
|