Multiple choice

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

  1. removeAllElements()

  2. element()

  3. removeLast()

  4. get(index : int)

  5. set(index,element)

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

removeAllElements() method is present in the Vector class.