Default Section

Question Title

* 1. Which of the following is NOT a valid Thread state?

Question Title

* 2. Which of the following is NOT a property of a Thread?

Question Title

* 3. Which is the following is the correct effect of using the volatile keyword?

Question Title

* 4. Which of the following statement will wake up the Last Thread in the wait queue?

Question Title

* 5. A User Thread can be converted to a Deamon Thread

Question Title

* 6. Which of the following is the correct method to find if the current Thread holds a lock on a specific Object?

Question Title

* 7. This statement is atomic: x++

Question Title

* 8. Which of the following is required to define an immutable class?

Question Title

* 9. Which interface allows submitting of Callable instances?

Question Title

* 10. What is correct technique to stop a Thread?

T