When a class extends the Thread class ,it should override ............ method of Thread class to start that thread.
A
start()
B
run()
C
init()
D
go()
Correct Answer: run()