Hi, I need some enlightenment with copying arrays in JAVA from some of ya seasoned lots.
I have this 2d array , twoDarray[10][6] and another 1d array oneDarray[1,2,3,4,5,6]. I'd like to copy the 1d array into the 4th row of the 2d array.Suggestion please. Thnx in advance.