public class ArrayOfPrimitives{ public static void main(String[] args){ int[] a1 = {1,2,3,4,5}; int[] a2; a2 = a1; for(int i=0;i