This is a list of file formats used by computers, organized by type. Filename extensions are usually noted in parentheses if they differ from the file format name or abbreviation.
Random Access File This sample demonstrates features of JNLP's JNLPRandomAccessFile API. A user-selected file is opened as a random file for both writing and reading. The application first writes hard coded strings to the file smf then reads whatever was written and displays it to the screen using standard AWT Container and the TextArea components.