4 Objectives Assignment Enhance Knowledge Skill Java Gain Understanding Experience Double Q37170995

4 The objectives of this assignment are to:

Further enhance your knowledge and skill in Java.

  1. Gain an understanding and experience with double linkedlists.
  2. Gain an understanding and experience with iterators.
  3. Gain further experience using generics.
  4. Gain further experience in using Javadoc documentation.
  5. Continue to practice good programming techniques.

You are to implement a program for maintaining a waitlist forcourses using a double linked list named DLList. Your program onlyneeds to handle the wait list for a single course. A Student objectconsists of 4 Strings: student id, first name, last name, andmajor. Students are added to the end of the list. Several reportsmust be provided. To implement

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.