public void start() method is used in thread class to starts the execution of the thread - Core Java
Q. Which method is used in thread class to starts the execution of the thread?- Published on 15 Jul 15a. public void start()
b. public void run()
c. public void stop()
d. public void suspend()
ANSWER: public void start()