InterviewSolution
| 1. |
How Do I Close Sockets? |
|
Answer» You should always CLOSE the output and input stream before you close the socket: On the client side:
You should always close the output and input stream before you close the socket: On the client side:
|
|