Q. Which method is used to start a thread?
β
Correct Answer: (B)
start()
Explanation: start() creates a new thread and calls run() internally.