Java Programming

12.5 Running an Applet

To execute an applet with an applet viewer, you may also execute the HTML file in which it is enclosed, eg.

c:\>appletviewer RunApp.html

Execute the applet the applet viewer, specifying the name of your applet’s source file.
The applet viewer will encounter the applet tage within the comment and execute your applet.

Download for more knowledge

https://play.google.com/store/apps/details?id=ab.java.programming

Leave a comment