Vidyalelo
Java Programming · Q17

Array

Programming · Java Programming · question 17

Q17

What is the purpose of the System.arraycopy() method in Java?

A.
To copy elements from one array to another.
Answer
B.
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