How can I see how a specific algorithm in Java is implemented? For example, the Arrays.sort() method sorts different types of arrays. However, I'm unable to understand what goes on under the hood. How do I see how this method is implemented?
Asked
Active
Viewed 40 times
1
-
1The source codes are contained in src.zip that comes with the JDK. – Kayaman Nov 22 '14 at 22:08
-
possible duplicate of [Where can I see the Sun Java source code?](http://stackoverflow.com/questions/261015/where-can-i-see-the-sun-java-source-code) – eebbesen Nov 22 '14 at 22:15