Here is the output of the applet:

and this is the code for it:

import java.applet.Applet;
import java.awt.Graphics;
public class HelloWorld extends Applet {
}