Re: A List with template



First, it should probably read List<String> and this feature (generics)
has been added to Java in version 5. So make sure you're using the
correct Java version when compiling.

Regards,

Bart

.