import java.util.Arrays; class A { public void test() { System.out.println(Arrays.asList("frst", "scnd", "third", "4th")); } }