Which method registers a thread in a thread scheduler?

Options
- run();
- construct();
- start();
- register();


CORRECT ANSWER : start();

Write your comments


Enter the code shown above:

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


Advertisement