Test Name:
Java Applet
Security Status:
Code:
String myFile = "C://Finjan//DemoApplet.txt";
File f=new File("C://Finjan");
f.mkdir();
fw = new FileWriter(myFile);
fw.write("You had been hacked!");
fw.flush();
fw.close();
Your browser does not support applets.