Java
Programming and Technical
Programming
Program
Which cannot directly cause a thread to stop executing?
A. Calling the SetPriority() method on a Thread object.
B. Calling the wait() method on an object.
C. Calling notify() method on an object.
D. Calling read() method on an InputStream object.
Read Solution (Total 2)
-
- wait causes to stop
- 8 years agoHelpfull: Yes(1) No(0)
- notify()
option c - 8 years agoHelpfull: Yes(0) No(1)
Java Other Question