Vidyalelo
Java Programming · Q32

Threads

Programming · Java Programming · question 32

Q32

When a class extends the Thread class ,it should override ............ method of Thread class to start that thread.

A.
start()
B.
run()
Answer
C.
init()
D.
go()

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board