Assuming that I have a class named Class,
Class
And I would like to make a new ArrayList that it\'s values will be of type Class.
My question
Do this: List myArray= new ArrayList();
List myArray= new ArrayList();