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
Fixed the code for you:
ArrayList myArray= new ArrayList();