Multiple choice Which of the following methods is present in the Vector class? copyInto(array : Object[]) removeFirst() lastIndexOf(element : e) addLast(object) Set(int index, element e) Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is the correct answer. copyInto(array : Object[]) method is present in the Vector class and it copies the elements in this vector to an array.