arraylists

Forum discussion tagged with arraylists.
  1. Y

    [JAVA]What does it mean to create a collection of a previously made class?

    Hey there, I have one class, my Course class that takes in user input and stores it in these ArrayLists, for the course title, credit and grade. Now the second part of this assignment is for me to "create collection of course, carry out adding, deleting, sorting,searching, and printing...