Thursday, 6 September 2012

Which of the methods should be implemented if any class implements the Runnable interface? | Java Springs

A.     start()
B.     run()
C.     wait()
D.     notify() and notifyAll()

Ans: B

No comments: