Java Lab 1 Question 6

This page contains the following code which invokes the simple Java Applet, HelloWorld.

<applet codebase = "java/" code=HelloWorld.class width=300 height=100>
</applet>

The output of this applet is as follows:

Applet Source