how to delete the last element of an array in java code example Example: java remove last array element Arrays.copyOf(original, original.length-1)