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

Reply via email to