I have another question. I hava a java program and I am using Java
Applet in it. I have some data, which i want to write into a text
file. So, at this point I am doing grant {
permission java.security All Permission;
};
I think its dangerous. Am I right ? .. Is there a way, where i dont
have to use All Permission, and just give some. Please let me know.