У меня есть два массива:
Код: Выделить всё
int[] newarray = new int[] {1,2,3,4}
int[] result = new int[4] // array with space for 4 elements
i=0
Подробнее здесь: https://stackoverflow.com/questions/829 ... mpty-array
Код: Выделить всё
int[] newarray = new int[] {1,2,3,4}
int[] result = new int[4] // array with space for 4 elements
i=0