Originally posted by Tim Adam Cooper:
For the Java Developer exam, the user can select local or network connection.
Is it OK that when the user starts the application, the server will automatically be started by the application or should the user manually start the server?
Hi Tim,
I think we have to consider that the server and the client applications can be installed in different computers (or JVM). Therefore, it is better to separate them to start. Hope that helps.
Cheers,
Michael