go print array code example Example 1: bash print array echo "${array[*]}" Example 2: java copy array int[] a = {1, 2, 3}; int[] b = a.clone();