How can I read and update/delete/create records?
You can use the RandomAccessFile to perform I/O operations.
The .db file provided is used to read chars/strings or bytes,isn't it?
The data in .db file can be extracted according to the Data file format given in the instruction.html.
For example, in my instrcution:
The format of data in the database file is as follows:
Start of file
4 byte numeric, magic cookie value identifies this as a data file
...
So, in your code, you can
Hope this help.
Nick
SCJP 1.2, OCP 9i DBA, SCWCD 1.3, SCJP 1.4 (SAI), SCJD 1.4, SCWCD 1.4 (Beta), ICED (IBM 287, IBM 484, IBM 486), SCMAD 1.0 (Beta), SCBCD 1.3, ICSD (IBM 288), ICDBA (IBM 700, IBM 701), SCDJWS, ICSD (IBM 348), OCP 10g DBA (Beta), SCJP 5.0 (Beta), SCJA 1.0 (Beta), MCP(70-270), SCBCD 5.0 (Beta), SCJP 6.0, SCEA for JEE5 (in progress)