Font size:
Print
Question: Which method must be defined by a class implementing the java.lang.Runnable interface?

1. void run()
2. public void run()
3. public void start()
4. void run (int priority)
Prev Question The extends keyword creates a new
Next Question What method are fired during the page load?