posted 10 years ago
I have created following files for Bodgit and Scraper assignment:
1) DatabaseException.java(extends Exception)
2) RecordNotFoundException.java(extends DatabaseException)
3) DuplicateKeyException.java(extends DatabaseException)
4) DatabaseFileReader.java(Taking idea from roberto-perillo tool to read .db file) This is working.
5) Created interface LocalDB.java(Extends DB.java which is the interface provided by Sun)
All above packages are in compiled state as i resolved all compile errors.
I am working on step#1 of Roberto Perillo's paper.
Can you please guide me next step.
Cheers, Gautham Kumar.
SCJP, SCWCD and SCBCD