| Author |
arraycopy() with String[][]
|
Juhan Voolaid
Ranch Hand
Joined: Nov 18, 2003
Posts: 179
|
|
Hi I don't know how to use System.arraycopy() method with 2 dim. arrays. Lets say i have an existing array: String existing [10][2] and new array String newArray[][]= new String[10][2]; now how to use arraycopy() that "newArray" is a copy of "existing"?
|
 |
Kalai Selvan
Ranch Hand
Joined: Jul 07, 2004
Posts: 79
|
|
Hi, You can copy a single at a time........ Kalai Selvan T.
|
 |
Juhan Voolaid
Ranch Hand
Joined: Nov 18, 2003
Posts: 179
|
|
|
thnx
|
 |
 |
|
|
subject: arraycopy() with String[][]
|
|
|