aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes regarding thread. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "regarding thread." Watch "regarding thread." New topic
Author

regarding thread.

K Vidhyakar
Ranch Hand

Joined: Jul 10, 2005
Posts: 66
What can cause a thread to become non-runnable?
A. Exiting from a synchronized block.
B. Calling the wait method on an object.
C. Calling the notify method on an object.
D. Calling the notifyAll method on an object.
Deepak Bala
Bartender

Joined: Feb 24, 2006
Posts: 6592
    
    1

Its B.


SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: regarding thread.
 
Similar Threads
Gc question
Thread
Question on exercise about Thread(2)
how to call a synchronized method?
ThreadGroup