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()


Discussion

No Comment Found