This is an echo server that can handle multiple threads, but it doesn't work correctly. The problem is in the echo, only every other line is echoed back and forth and I am not sure why. Any suggestions? Thanks.
// Server that handles multiple threads.
import java.io.*;
import java.net.*...
I apologize if this the wrong forum to post this question in.
Can anyone tell me how to change the client and server classes so that when I run them whatever is typed in the client window appears on the server window? As it is, it just prints "what's up" and ends. I need to be able to type, hit...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.