なぜこれらの方法
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?
C/C++プログラミング言語の一部であるネイティブメソッドを作成する必要があったのはなぜですか?
その背後にリージョンがありますか、または Java は良好なパフォーマンスを発揮できませんか?