I how another question
I ran a program with one client and one server.
it works correctly .but when I have a multiClient program ,the serverThread can not read the sentence from client .why it can't do this?is that because of extending thread
I know that client class sends the sentence but the server can not read that .what should I do?
please help me