I am trying to combine 2 arraylists into 1. I am receiving incompatible types error when i compile. I have no clue where my mistake is. Any help would be greatly appreciated.
ArrayList<Course> myCourse = new ArrayList<Course>(); myCourse.add(coursesTaken); myCourse.add(currentSemesterCourses);
coursesTakenandcurrentSemesterCourses, so we can't see what their types are.