Q. Which method is used to stop a thread? (A) stop() (B) destroy() (C) interrupt() (D) kill() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) interrupt() Explanation: stop() is deprecated; interrupt() is preferred.