can i clone a int not a int array code example Example: java copy array int[] a = {1, 2, 3}; int[] b = a.clone();