While applications can read/write files, view file directory structure, create file dialog boxes, and so on, applets are more resricted (without using certificates to relax security on the client machine). But an applet can read data from a file on the host that the applet was downloaded from. |
We have created a template program that reads data from a file and displays it. This is the template for the Java CFD examples at NPAC. |