123456789101112131415



Question 1: Which method registers a thread in a thread scheduler?
1. run();
2. construct();
3. start();
4. register();