Which of the following stops execution of a thread?
Posted: Wed Jul 13, 2022 7:50 pm
a) Calling SetPriority() method on a Thread object
b) Calling notify() method on an object
c) Calling wait() method on an object
d) Calling read() method on an InputStream object
b) Calling notify() method on an object
c) Calling wait() method on an object
d) Calling read() method on an InputStream object