Home » JAVA Programming » Collections » Question
  1. Which of these methods can be used to obtain a static array from an ArrayList object?
    1. covertoArray()
    2. Array()
    3. covertArray()
    4. toArray()
    5. None of these
Correct Option: D

toArray()



Your comments will be displayed only after manual approval.