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