

InterviewSolution
Saved Bookmarks
1. |
A method that must be overridden while extending threads.(a) run()(b) start()(c) stop()(d) paint()I have been asked this question during an interview for a job.My question comes from Multithreading topic in division Operating Systems of Computer Fundamentals |
Answer» Correct ANSWER is (a) RUN() |
|