I downloaded my assignment just yesterday and now analysing the requirements. I have following doubts :
- in the instructions I got from SUN, they very specifically mention that the solution must have been tested and shown to work under a production (not development) version of Sun's
Java 2 platform. What does this exactly mean ?
- Do I have to download the latest JDK. I have JDK 1.2
- Does it make any difference if I develop and
test my solution on Windows NT or Unix ?
- Do I need to implement search based on all (there are 9 of them) fields in the database ?
- Why even I need add and delete method in the 'Data' class ? User is never going to add or delete a record ?
- How do I test remote client ? actually executing my program from another machine or simulate two VM's in same machine ?
I would very much appreciate your reply and thanks in advance.