Which cannot directly cause a thread to stop executing?

Options
- Calling a yield method.
- Calling the start method on another Thread object.
- Calling the notify method on an object.
- Calling wait method on an object.


CORRECT ANSWER : Calling the notify method on an object.

Discussion Board
c

c

xxadf 09-22-2023 07:32 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement