1 |
Applets can only create top level windows which carry message "untrusted window". This helps protect one making operating system look alike windows which innocently request you type password or similar information
-
e.g. suppose I wrote an applet that generated window saying "network connection broken" and put up identical window to internet login process. Most people would type in password without thinking!
|
2 |
Applets cannot obtain user's username or home directory name.
|
3 |
Applets cannot define system properties
|
4 |
Applets cannot run any program on the client system using Runtime.exec().
|