2.6. Java (Client-Side)
- Java applets are useful to display an interactive GUI for the site.
- However, they should not be a replacement for plain HTML, nor should be loaded at the primary pages of the site.
- Your site should be perfectly usable without them.
Good uses of Java:
- Games. (as always)
- Interactive Applications that will be very hard to implement in HTML and JavaScript.