Why the these methods
java.lang.Thread.currentThread(),
java.lang.Thread.sleep(),
java.lang.Object.notify(),
java.lang.Object.wait()
of Thread & Object class are not implemented in java API's itself?
Why there was need to make then native method,which are parts of C/C++ programming language?
Is there any region behind that ,or java not able to give good performance?