✪ Choose the correct option.
Which three are methods of the Object class?
- notify();
- notifyAll();
- isInterrupted();
- synchronized();
- interrupt();
- wait(long msecs);
- sleep(long msecs);
- yield();
Which three are methods of the Object class?
Which three are methods of the Object class?