Q. Which of the following statement is false? (A) The sleep() method should be enclosed in try ... catch block. (B) The yield() method should be enclosed in try ... catch block. (C) A thread can be temporarily suspended from running by using the wait() method. (D) A suspended thread using suspend() method can be revived using the resume() method. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) The yield() method should be enclosed in try ... catch block.