123456789101112131415



Question 1: Which method must be defined by a class implementing the java.lang.Runnableinterface?
1. void run()
2. public void run()
3. public void start()
4. void run(int priority)