1.

Which of the following stops execution of a thread

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
Answer» C. Calling wait() method on an object


Discussion

No Comment Found