Hello World Application

100 points

Hello World Application

Requirements

Comments placed in each source code file10
Application JAR file is executable30
Application source and class files included30
Application displays HelloWorld30
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.