Vidyalelo
Data Structure · Q11

Arrays in Data Structures

Programming · Data Structure · question 11

Q11

Which of the following methods can be used to copy an array in Java?

A.
System.copy()
B.
Arrays.copyOf()
C.
Collections.copy()
D.
System.arraycopy()
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board