Programming Languages Java Objective
Mar 01, 2013

Which cannot directly cause a thread to stop executing?

 

Choose the correct answer:
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.
Detailed Explanation

Option C is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback