Hierarchy of Applet Class IN java

Note: If you are using Java NIO you will have to use the java.nio.FileChannel class instead (you can use both, but in case you want a pure Java NIO solution). Instantiating a java.io.File. Before you can do anything with the file system or File class, you must obtain a File instance. Here is how that is done: ................
................