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()

The explanation is: run()METHOD must be overridden (It is similar to MAIN method of sequential program).



Discussion

No Comment Found

Related InterviewSolutions