| Author |
Is a container class needed??
|
Nayela
Greenhorn
Joined: Feb 14, 2002
Posts: 6
|
|
Is a container class like HashMap or something needed to download the data from the physical file db.db. Changes are then initially made to this container data and then saved to the physical file. Please help. Thanks
|
 |
David Mullens
Greenhorn
Joined: Jan 22, 2002
Posts: 23
|
|
Hi, You might want to take a look at the classes that Sun provides with the assignment. They have included all the classes needed to get the data from the database and even modify it. The first thing I did when I download the assigment (after reading the requirements) was to create a simple command line based test client. All the test client would do is read the data from the database and print it out to the screen. Hope that helps some... Dave.
|
 |
Nayela
Greenhorn
Joined: Feb 14, 2002
Posts: 6
|
|
|
Thank you Dave for reply. It will help. Nayela
|
 |
 |
|
|
subject: Is a container class needed??
|
|
|