Home » JAVA Programming » Collections » Question
  1. Which of these class object has an architecture similar to that of array?
    1. Map
    2. Hashtable
    3. Bitset
    4. All of above
    5. None of these
Correct Option: C

Bitset class creates a special type of array that holds bit values. This array can increase in size as needed.



Your comments will be displayed only after manual approval.