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
Q15: Vectors can be used to implement lists.
Q16: In which package is the class Vector
Q17: Given the following method heading public static
Q18: What is stored in alpha after the
Q19: You can create an array of reference
Q21: Java stores two-dimensional arrays in a row
Q22: A Vector object can shrink during program
Q23: How many columns are in the array
Q24: Which of the following declares an array
Q25: Which method would you most likely use