I have written a simple java code to send a message from server to client and the client should display it respectively. The codes are.
Client.java
impor
You're reading lines but you aren't writing lines. Add a line terminator to the message, or use newline().
newline()