Page 1 of 1

Which of the following stops execution of a thread?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
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