Solved

What Does the Following Statement Do? Vector<Double> ThisVector = New

Question 27

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions