Multiple choice A thread is considered dead when its __________ method completes. start() run() destroy() stop() Reveal answer Fill a bubble to check yourself B Correct answer Explanation A thread goes to dead state once its run method completes.