How to understand the implementation of algorithm behind Arrays.sort(int[])
.
The sort function inside Arrays class - the logic is decided based on
paramArrayOfInt>7
paramArrayOfInt > 40
Why these specific breakpoint where paramArrayOfInt is the int array variable.