1.

Which of these method is used to begin the execution of a thread?(a) run()(b) start()(c) runThread()(d) startThread()I have been asked this question during an internship interview.My enquiry is from Implementing Runnable interface for Threads in chapter Multithreading of Java

Answer»

Correct ANSWER is (B) START()

For explanation I WOULD say: None.



Discussion

No Comment Found

Related InterviewSolutions