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
Q2: Given the following method heading public static
Q5: double[] as = new double[7];<br>Double[] bs;bs =
Q6: In which package is the class Vector
Q8: Which method of the class vector would
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
Q19: You can create an array of reference
Q22: A Vector object can shrink during program
Q29: The statement int[] list = new int[15];