MCQOPTIONS
Saved Bookmarks
| 1. |
Which method must be defined by a class implementing the interface? |
| A. | void run() |
| B. | public void run() |
| C. | public void start() |
| D. | void run(int priority) |
| Answer» C. public void start() | |