Home » JAVA Programming » Collections » Question
  1. Which of these method is used to calculate number of bits required to hold the BitSet object?
    1. numberofBits()
    2. size()
    3. length()
    4. indexes()
    5. None of these
Correct Option: C

length()



Your comments will be displayed only after manual approval.