Is there a way to copy an array items' value (like clone) to another array?
Currently the array.clone() and System.arraycop y() are only copy the iten
reference.
Jun
Currently the array.clone() and System.arraycop y() are only copy the iten
reference.
Jun
Comment