posted 23 years ago
Suppose for an average Java programmer who knows Swing and RMI (general knowledge), what is the normal length of time needed for the following activities for SCJD
(1) Design the system
(2) The actual coding.
It seems there are 2 kind of assignment for SCJD !
One asks you to provide a Data conversion tools.
Design&Implementation doesn't take too much time !
The most interesting part is the design of the Data class (local & remote mode).
From the various description, it seems that we need to implement in RMI. Are we allowed to use other technologies ?
Well, you are only allowed to choose between RMI or a TCP socket approach.
RMI is the simpler.
Regards,