Section: Java Programmer


36) What is the effect of adding the sixth element to a vector created in the following manner:

new Vector(5, 10);

Return