Multiple Choice
Which method would you most likely use to find the location of an element in the vector?
A) lastElement
B) elementAt
C) indexOf
D) size
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Which method of the class vector would
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
Q26: Only one-dimensional arrays can be passed as
Q27: What does the following statement do? Vector<Double>
Q28: The array index can be any nonnegative
Q29: The statement int[] list = new int[15];
Q30: Which of the following is the array