Question will be below.
public class University { ArrayList students; public University() { students = new ArrayList(); }