sort 2d array column wise code example Example: sort 2d array based on one column java Arrays.sort(array, Comparator.comparingDouble(o -> o[0]));