Q17
What is the purpose of the System.arraycopy() method in Java?
A.
To copy elements from one array to another.
AnswerB.
To compare two arrays.
C.
To reverse the elements of an array.
D.
To find the length of an array.
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board