In Java JApplet, file read and write operations did not work in webrowser. When I click \"Ok\" button, it should be write some file in our local path. But it shows below err
By default whenever a applet tries to access local resources, its denied as a part of security layer. You have following options if you need to access using applet: