public class ArrayAndListChange { public static void test() { String[] str = { "properties", "accident", "biz", "froce" }; Listlist = new ArrayList (); list = Arrays.asList(str); System.out.println(list); } public static void main(String[] args) { test(); }}