#Contructor of Vector
Explore tagged Tumblr posts
blocks2code · 2 years ago
Text
Vector Class in Java With Program Example
Vector is a collection class that implements dynamic array data structure to store elements, signifying growable array as its underlying data structure.  It accepts duplicate elements and preserves insertion order. It can hold elements of different data types and allows null value. The Vector class was introduced in Java 1.2 version and is part of the original Java API. It is similar to…
Tumblr media
View On WordPress
2 notes · View notes