I have spent some time learning what are Java Native methods and that they are implemented in platform dependent code(mostly C).
But where can I find those native implementations of Java? eg : sleep(long millis) method of Thread class is native. But where is its implementation code???