12345678910



Question 1: To start the execution of a thread after you create it, you must:
1. Call the run() method
2. Call the start() method
3. Do nothing--threads start automatically upon creation