Text: Hooked on Java, van Hoff, Addison & Wesley, 1995.
|
Java is a new general purpose object-oriented language developed at Sun Microsystems. It is intended to be a simpler cleaner language than C++.
|
Java features support the implementation of dynamic multimedia web pages.
-
It can run in a distributed manner: Java classes, called applets, can be compiler to architecture independent bytecodes which can be downloaded to a Web browser and run on the client machine.
-
New web browsers such as HotJava and Netscape2.0 allow tags in the web pages to refer to applets on the web server. Applets can also be interpreted directly by putting JavaScript directly into the web page.
|