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()
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board