- Applets are not allowed to use file I/O and sockets (other than to the host
2. An applet must be a subclass of the Java Applet class. Aplications do not need to
subclass any particular class.
3. Unlike applets, applications can have menus.
4. Unlike applications, applets need to respond to predefined lifecycle messages
from the WWW browser in which they're running.
No comments:
Post a Comment