Examveda

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.

Answer: Option A


This Question Belongs to Java Program >> Array

Join The Discussion

Related Questions on Array