Basic HTML version of Foils prepared May 12 1996

Foil 4 Overview -- What Is Java/HotJava?

From CRPC Lectures on Java Language Applets Graphics CRPC Annual Meeting Tutorial -- May 14,1996. by Geoffrey C. Fox


HotJava is a Web browser that supports dynamically downloadable interactive content. Alpha version of HotJava expected to be replaced by major rewrite
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: <APPLET codebase="URL directory path" code="Java class file name" width=".." height=".." >
  • where the URL and class file 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 which executes in window specified in size by width and height in picxels.
Applets are written in Java -- a new general purpose object-oriented programming language from Sun Microsystems.



Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Dec 14 1997