Exam 1z0-829 All QuestionsBrowse all questions from this exam
Question 2

Which statement is true?

    Correct Answer: D

    A thread in waiting state must handle InterruptedException. When a thread is in a waiting state, it can be interrupted, and it needs to handle InterruptedException to manage this situation appropriately and move back to a runnable state. This ensures that the thread can be managed and controlled correctly.

Discussion
SampsOption: D

D is correct

xplorerpjOption: D

D is correct

minhdevOption: D

D is correct