Q:

Which collection class allows you to grow or shrink its size and provides indexed access to its elements, but whose methods are not synchronized?

0

Which collection class allows you to grow or shrink its size and provides indexed access to its elements, but whose methods are not synchronized?


  1. java.util.HashSet
  2. java.util.LinkedHashSet
  3. java.util.List
  4. java.util.ArrayList

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

java.util.ArrayList

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Core Java Multiple Choice Questions And Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
You need to store elements in a collection that gu... >>
<< Which class does NOT override the equals() and has...