November 2002
Beginner
432 pages
11h 44m
English
As a newcomer to Java technology, you might benefit from a summary of how to view a Java-enabled Web page with a Java-aware Web browser such as Internet Explorer. Here are the steps that occur:
1. |
You log on to the Internet, using your Web-browsing software.
|
2. |
You see your Web browser's default home page.
|
3. |
You enter a Java-enabled Web site's URL.
|
4. |
The serving computer sends the HTML document to your Web browser.
|
5. |
The HTML-based document's <APPLET> tag informs your browser of the page's Java-based executable content.
|
6. |
If any graphics appear on the Web page, your browser downloads them.
|
7. | Depending on how the Java applet is to be triggered (either automatically or by a user's event), the server will also ... |