Q.

Which cannot directly cause a thread to stop executing?

A. Calling a yield method.
B. Calling the start method on another Thread object.
C. Calling the notify method on an object.
D. Calling wait method on an object.
Answer» C. Calling the notify method on an object.
700
0
Do you find this helpful?
10

Discussion

No comments yet