reset password
Author Message
knagrec2
Posts: 51
Posted 09:56 Sep 09, 2018 |

I'm pretty sure that this isn't disallowed, but I just wanted to be sure. Is the arraycopy method allowed? Or would you like us to write a loop to iterate through and copy. Just wanted to be absolutely sure when I use it.

kknaur
Posts: 540
Posted 10:05 Sep 09, 2018 |

You could use System.arraycopy if you wish, since this is something I introduce in CS2011.

apena78
Posts: 16
Posted 13:15 Sep 09, 2018 |

Same question. Thanks for asking.