Thread
:
How i add string array in vector
View Single Post
#
2
(
permalink
)
07-16-2007, 07:44 AM
akaruppa
Member
Join Date: Jul 2007
Posts: 2
Hi,
You need to use vector.addAll(Collection c) to achieve this.
In order to convert array to Collection, u can use Arrays.asList(jlf)...
akaruppa
View Public Profile
Send a private message to akaruppa
Find all posts by akaruppa