What is the best way to do the following:
List list = new LinkedList(); for(int i=0; i<30;i++) { MyObject o1 = new MyOb
Create the object give it a name, add your constructors. then add the object name to the arraylist.