Home » JAVA Programming » Arrays » Question
  1. How to copy contents of array?
    1. Array.copy()
    2. Arrays.copy()
    3. Collection.copy()
    4. System.arrayCopy()
    5. None of these
Correct Option: D

Arrays class contains various methods for manipulating arrays (such as sorting and searching). Array is not a valid class.



Your comments will be displayed only after manual approval.