How to send all the message to the client(java server)
问题 I have built a java server and I want to send messages to other clients .This is my client peer code.The program is able to print to the screen the message that one client sent to the server(but only the message that client sent) for example: new user:hi(this is what the server receives and also what the text client console shows) import java.io.IOException; import java.io.ObjectOutputStream; import java.net.Socket; import java.util.Scanner; import java.util.logging.Level; import java.util