Arrays.sort(array);
return new int[] {10, 20};
Return an empty array.
return new int[0];
Java-Cheatsheet