Q. Which cannot directly cause a thread to stop executing? (A) Calling the SetPriority() method on a Thread object (B) Calling read() method on an InputStream object (C) Calling notify() method on an object (D) Calling the wait() method on an object ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Calling notify() method on an object