Thread
:
Array to ArrayList
View Single Post
#
1
(
permalink
)
11-11-2007, 09:55 PM
javaplus
Member
Join Date: Nov 2007
Posts: 97
Array to ArrayList
I have an array and I want to transfer it to ArrayList. Is this possible? Please give code sample.
Code:
String[] array = new String[5]; array[0] = "Australia"; array[1] = "France";
thanks.
Sponsored Links
javaplus
View Public Profile
Send a private message to javaplus
Find all posts by javaplus