Multiple choice

Which of the following methods is not present in Vector class in Java collections framework?

  1. elementAt(index)

  2. firstElement()

  3. removeElementAt(int)

  4. setSize(int)

  5. removeFirst()

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

 removeFirst() method is not present in Vector class.