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