View Single Post
  #1 (permalink)  
Old 11-11-2007, 09:55 PM
javaplus javaplus is offline
Member
 
Join Date: Nov 2007
Posts: 97
javaplus is on a distinguished road
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.
Reply With Quote
Sponsored Links