Q. How to copy the contents of an array?
β
Correct Answer: (D)
System.arrayCopy()
Explanation: The System class contains various manipulation methods (such as display, hash …). Array is not a valid class.