MCQOPTIONS
Saved Bookmarks
| 1. |
Which three are methods of the Object class? notify(); notifyAll(); isInterrupted(); synchronized(); interrupt(); wait(long msecs); sleep(long msecs); yield(); |
| A. | 1, 2, 4 |
| B. | 2, 4, 5 |
| C. | 1, 2, 6 |
| D. | 2, 3, 4 |
| Answer» D. 2, 3, 4 | |