Friday, March 13, 2009

What is the default size of the vector (JavaUtil)

Question :What is the default size of the vector? (JavaUtil)
Answer :Vector v = new Vector();
Constructs an empty vector so that its internal data array has size 10 and
its standard capacity increment is zero.

No comments: