How to use Class in Java?
Using the generified version of class Class allows you, among other things, to write things like and then you can be sure that the Class object you receive extends Collection, and an instance of this class will be (at least) a Collection.