If the
java.lang.System.arraycopy(Object src, int src_position, |
Otherwise, if you want to duplicate the objects, you have to initialize your new array and write a loop that duplicates each object in the old array into the new one.
For more details: Java Tips
No comments:
Post a Comment