Priorities for Submitting or Handing Off Code


Notes On Packages

A package line is one line near the top of a JAVA file, that looks something like this:

package foo;


If an assignment does not call for packages, then make sure your JAVA files do not have a package line. Otherwise, the package line will break the grader's grading tools, resulting in a low score.

packages -- when used
If an assignment does call for packages make sure they are correct, including case sensitive spelling