Hi All

Help me on following two questions.

1. Why clone() method available on Object class? and what are the problem if it is declare on clone able interface.
2. Like above, We need wait, notify , notifyAll methods on case of multithreading, so why these methods are declare on Object Class not on Thread Class?

Thanks
sammoh