CS 1713 Introduction to Computer Science, Fall 2006 Project 2 Comments

This project was graded on the basis of 20 points.

  1. If you got a null pointer exception when you tried to add the first student to the database, you should ask me why.
  2. You should start the project early enough so that if you run into problems you can ask for help.
  3. You must use the equals method to compare Strings.
  4. You should not do any printing from StudentRecord.
  5. In StudentDB you should only access elements up to the actual number of students.
  6. You will have to modify the sorts so they use the number of students in the database rather than the length of the array.
  7. When testing, the output should indicate what is being tested.
A zip file of a completed project will be available later.