Question
What is the name of the method used to schedule a thread for execution?
A
init()
B
start()
C
run()
D
resume()
Answer & Explanation
Option: [C]
At first start() method called and then run() method is executed to schedule a thread for execution.