Home » JAVA Programming » Collections » Question
  1. What is the name of a data member of class Vector which is used to store a number of elements in the vector?
    1. capacity
    2. elements
    3. length
    4. elementCount
    5. None of these
Correct Option: D

elementCount



Your comments will be displayed only after manual approval.