

MCQOPTIONS
Saved Bookmarks
1. |
Which of these method can be used to make the main thread to be executed last among all the threads? |
A. | stop() |
B. | sleep() |
C. | join() |
D. | Call() |
Answer» C. join() | |