Multiple Choice
Which method of the class vector would you use to remove an element at a specific location?
A) removeAllElements
B) removeElement
C) removeElementAt
D) removeLocation
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: double[] as = new double[7];<br>Double[] bs;bs =
Q6: In which package is the class Vector
Q9: Given the method heading public static void
Q10: char[][] table = new char[10][5];How many rows
Q12: The base address of an array is
Q12: Which of the following is the array
Q13: char[][] table = new char[10][5];What is the
Q19: You can create an array of reference
Q22: A Vector object can shrink during program
Q29: The statement int[] list = new int[15];