12345678910



Question 1: What method is declared in the Runnable interface and serves as the path of execution for all threads?
1. start()
2. run()
3. go()