They are different classes.

SimpleList <String> = Assuming SimpleList implements the List interface, this is a List class whose contents are Strings.

String = The String class.

This is...