contestada

Consider the following statement, which is intended to create an arraylist named theater_club to store elements of type student. Assume that the student class has been properly defined and includes a no-parameter constructor. Arraylist theater_club = new /* missing code */; which choice can replace /* missing code */ so that the statement compiles without error?.