View Single Post
  #2 (permalink)  
Old 07-16-2007, 07:44 AM
akaruppa akaruppa is offline
Member
 
Join Date: Jul 2007
Posts: 2
akaruppa is on a distinguished road
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)...
Reply With Quote