InterviewSolution
Saved Bookmarks
| 1. |
Explain suspend() method under Thread class> |
|
Answer» It is used to pause or temporarily stop the execution of the thread. |
|