Q. What is the purpose of the System.arraycopy() method in Java? (A) To copy elements from one array to another. (B) To compare two arrays. (C) To reverse the elements of an array. (D) To find the length of an array. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) To copy elements from one array to another.