A

Admin • 828.03K Points
Coach

Q. How to copy the contents of an array?

  • (A) Arrays.copy()
  • (B) Array.copy()
  • (C) Collection.copy()
  • (D) System.arrayCopy()
  • Correct Answer - Option(D)
  • Views: 10
  • Filed under category Java
  • Hashtags:

Explanation by: Admin
The System class contains various manipulation methods (such as display, hash …). Array is not a valid class.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.