Security in the Java Networking Package
- interfaces for handling different protocols
- configurable levels of access rights
- No: disallow all network accesses
- Source: allow network access to only the hosts
from which the code was imported
- Firewall: allow network accesses only outside
the firewall if the code came from outside
- Unrestricted: allow all network accesses


