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() Answer Workspace Report Discuss Answer with explanation Answer: Option B Explanation run() Workspace
Discuss about the question