HotJava is a Web browser that supports dynamically downloadable interactive content.
|
Arbitrarily sophisticated dynamic multimedia applications inserts called Applets can be embedded in the regular HTML pages and activated on each exposure of a given page.
|
Applet constructs are implemented in terms of a
-
special HTML tag: <APP "Name">
-
where the Name points to a chunk of server side software that is to be downloaded and executed at the client side on each presentation of a page containing this applet.
|
Applets are written in Java -- a new general purpose object-oriented programming language from Sun Microsystems.
|