Vector represents a collection of similar items. In Java, the Vector class is defined in java.util package that implements a growable array of objects. Like an array, its items can be accessed using an integer index.
Ads
TutorialsVector
class is defined in java.util package that implements a growable array of
objects. Like an array, its items can be accessed using an integer index.
Posted on: February 16, 2005 If you enjoyed this post then why not add us on Google+? Add us to your Circles
Advertisements
Ads
Ads
Discuss: V - Java Terms
Post your Comment