posted 20 years ago
Does one have to close something when one wants to exit???
The object you have is the remote object - You are closing with EXIT or WONDOWCLOSING - Do you need to do anything with this remote object like making it ready for Garbage Collection.
I tried to use the close() method, but it closes the RandomAccessFile Object and any more connections are refused due to NULL POINTER.
How do you exit the CLIENT gracefully with all programming etiquettes followed???
Thanx for replying