Arrays.sort java 8 two dimensional code example Example: How to sort 2d array in java using stream api Arrays.sort(myArr, (a, b) -> a[0] - b[0]);