Multiple choice technology programming languages

arraycopy is to copy one array into another.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The System.arraycopy() method in Java is a native method used to efficiently copy data from a source array to a destination array.