Home » JAVA Programming » Collections » Question
  1. Which of these class can generate an array which can increase and decrease in size automatically?
    1. DynamicList()
    2. MallocList()
    3. ArrayList()
    4. LinkedList()
    5. None of these
Correct Option: C

ArrayList()



Your comments will be displayed only after manual approval.