Multiple Choice
What does the following statement do? Vector<Double> thisVector = new Vector<Double>() ;
A) It creates an empty vector to create a vector of Double objects.
B) It creates a vector with 10 elements to create a vector of Double objects.
C) This statement does not do anything.
D) It creates an array of Double objects.
Correct Answer:

Verified
Correct Answer:
Verified
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
Q26: Only one-dimensional arrays can be passed as
Q28: The array index can be any nonnegative
Q29: The statement int[] list = new int[15];
Q30: Which of the following is the array
Q31: Given the method heading public static void
Q32: How many dimensions are in the array