The Java Security Manager video demonstrates security restriction on :
- write a file
- connect to a URL
- reboat the VM
The demo code uses a simple java security sample code (ESSC)
Embedded Security Sample code runs three independant java classes trying to write a file, connect to an URL and call a shell script.