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 15

a. public void start()
b. public void run()
c. public void stop()
d. public void suspend()

ANSWER: public void start()

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)