Permuting Two Arrays

  • + 2 comments

    Why

    Arrays.sort(arr2,Collections.reverseOrder());
    

    works with "Integer" but not with "Int"? Thank you.