String array to arraylist (Java in General forum at JavaRanch)
How to convert a string array to arraylist?? ... There are some important things to note with the solutions given above: Garrett's solution, with Arrays.asList() is efficient because it doesn't need to copy the content of the array....