I've just started learning RMI..
I'd like to ask something. Can RMI application (server) handle
multiple client without specific code, or I must write another thread
code to handle multiple client? If i must write another thread code,
in which part of server, and how to write the code? Beside, I still
don't understand about how and when communication opened and closed
between server-client in RMI-based application. Please let me know if
you understand about this....