Assignment 1:
Due 2/06/11

Part 1
Install the J2SE JDK. The textbook provides step by step instructions in this
document.
You can verify that the JDK has been installed properly by running the command 'javac -version' from the command line. If the command is recognized, it will tell you the version of JDK that is installed.

Part 2
Following the steps in the notes and on http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html write and run the Hello World application. Submit the source and output on paper. Include your name as a comment and in the output of the program that your name will appear on both the source code and the output.

Take special note of the path and classpath requirements in case you can not compile or run the code.

Part 3
Following the steps in the notes and on http://java.sun.com/docs/books/tutorial/deployment/applet/getStarted.html write and run the Hello World applet. Remember to write an html file that loads the applet. Submit the source and output on paper. Include your name as a comment and in the output of the program so that your name will appear on both the source code and the output.