Spring 2011

Lab01
Hello World Application

Due: Monday January 24, 2011 11:59 PM

Lab01 - Hello World Application

Requirements

Comments placed in each source code file10 pts
Application JAR file is executable30 pts
Application source and class files included30 pts
Application displays HelloWorld30 pts
Total100 pts

Resources

Objective

To setup your Java environment and create a small simple program

Instructions

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