File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Question on exercise about Thread(2) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Question on exercise about Thread(2)" Watch "Question on exercise about Thread(2)" New topic
Author

Question on exercise about Thread(2)

brian
Greenhorn

Joined: Jan 23, 2003
Posts: 7
which two CANNOT directly cause a thread to stop executing?
a. exiting from a synchronized block
b. calling the wait method
c. calling the notify method on an object
d. calling a read method on an InputStream object
e. calling the setPriority method on a Thread object
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Question on exercise about Thread(2)
 
Similar Threads
Gc question
regarding thread.
Thread
how to call a synchronized method?
ThreadGroup