Hello World Application and Applet

100 points

Hello World Application and Applet

Requirements

Comments placed in each source code file5
Application JAR file is executable10
Application source and class files included10
Applet source, HTML and class files included5
Applet tag archive attribute correct10
Application displays "Hello, World!"30
Applet displays "Hello, World!"30
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.