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


Discussion

No Comment Found