Java Applet File Handling

Can Java Applets do file handling? If so, can anyone give me a link to a decent tutorial for Java Applets? I’m very competent programming in Java, HTML and Javascript, so this shouldn’t be difficult. But, I’ve been trying to follow the tutorials on Sun’s website and they are not working for me.

Thanks

By default java applets are not allowed to touch the file system of the machine that the applet is running on.

Basically, you’re asking about is/are ‘signed applets.’

http://www.google.com/search?hl=en&source=hp&q=applet+file+access+certificate&btnG=Google+Search