Hi,
> Thanks to the Varargs feature it is possible to use
> List<String> abc = Arrays.asList("a", "b", "c");That's true, but this returns an immutable list. Regards, Thomas
Hi,
> Thanks to the Varargs feature it is possible to use
> List<String> abc = Arrays.asList("a", "b", "c");That's true, but this returns an immutable list. Regards, Thomas