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