MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the methods should be implemented if any class implements the Runnable interface? |
| A. | start() |
| B. | run() |
| C. | wait() |
| D. | notify() and notifyAll() |
| Answer» C. wait() | |