Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Copy values from list to array

807607Dec 6 2006 — edited Dec 6 2006
hi all,

Can anyone tell me how can i copy values from a list into an array...ie

i have list like 1,2,3,4,5,6,7,8,9(values in a list)

Now i need to copy each value into an array with array[0] containing 1, array[1] containing 2, array[2] containing 3 and so on...

Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 3 2007
Added on Dec 6 2006
3 comments
86 views