Default Section

Question Title

1. Which of the following is NOT a valid Thread state? (Required.)

Question Title

2. Which of the following is NOT a property of a Thread? (Required.)

Question Title

3. Which is the following is the correct effect of using the volatile keyword? (Required.)

Question Title

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

Question Title

5. A User Thread can be converted to a Deamon Thread (Required.)

Question Title

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

Question Title

7. This statement is atomic: x++ (Required.)

Question Title

8. Which of the following is required to define an immutable class? (Required.)

Question Title

9. Which interface allows submitting of Callable instances? (Required.)

Question Title

10. What is correct technique to stop a Thread? (Required.)

T