What is Applet

These are computer programming applications that can be implemented in HTML files and are created using the Java computer language. A typical applet tag in a HTML document is below,

<applet code="Applet.class" width=50 height=40></applet>

 
(c) Copyright 2002 Internet Guide