123456789101112131415



Question 1: What is the name of the method used to start a thread execution?
1. init();
2. start();
3. run();
4. resume();