adplus-dvertising
frame-decoration

Question

How to copy contents of array?

a.

System.arrayCopy()

b.

Array.copy()

c.

Arrays.copy()

d.

Collection.copy()

Posted under Java Programming

Answer: (a).System.arrayCopy()

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How to copy contents of array?