Spring 2009

Lab01
Hello World Application and Applet

Due: Tuesday February 03, 2009 12:00 AM

Lab01 - Hello World Application and Applet

Requirements

Comments placed in each source code file5 pts
Application JAR file is executable10 pts
Application source and class files included10 pts
Applet source, HTML and class files included5 pts
Applet tag archive attribute correct10 pts
Application displays "Hello, World!"30 pts
Applet displays "Hello, World!"30 pts
Total100 pts

Resources

Objective

Setup the Java environment and create the following programs.

Instructions

Write a java application and a java applet (including HTML file) that will display the words "Hello, World!!!". The application and the applet should be very similar (except for the output) to the "Welcome to Java!!!" examples we did together in class.