Sorts the array of objects using the default sorting algorithm.paramobjs array of objects to be sortedparamcomp A Comparator to be used to sort the elements Arrays.sort(objs, comp);
Arrays.sort(objs, comp);