Its in the javadoc for the jdk. However, here are the methods you'll most likely
need.
Vector v = new Vector();
v.addElement(Object o)
Jeff Douglas wrote:
> I'm retreiving a list ("3,5,1,6") from a database and need to use the data
> in a Vector. Can someone provide me with an example of getting this list
> into a Vector? I'm not sure how the constructor works.
>
> TIA
>
> Jeff Douglas
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html