Also note that I typically grade on my SUN workstation (that does not have a disk drive) and it is not feasible to jump around on machines when I am grading this number of submissions whereas it is feasible for each of you individually to submit via the following. Thanks for your understanding
Even if it is an application, you can submit all the files for the application via a link to a .jar file with all of you application files in it. You should submit one .jar file
bad example:
/* opens a file */
file_open("template.html");
good example:
/* template.html defines the main style of how the program will look */
file_open("template.html");
Anyone with a little coding experience can read _what_ the code is doing,
but not _why_. See
Documentation (Inline)