![]() |
VOOZH | about |
Vector.size()Parameters: The method does not take any parameter. Return Value: The method returns the size or the number of elements present in the Vector. Below programs illustrate the Java.util.Vector.size() method: Program 1: Vector with string elements.
Vector: [Welcome, To, Geeks, 4, Geeks] The size is: 5
Vector: [10, 15, 30, 20, 5] The size is: 5