клиент

Writing a chat in Java. Help!

The question is, how do I send messages to all users in the chat, and not just to the one who sent it? Tell me, preferably wi ... nd(msg); } }); } } Tell me how to correctly add clients to the collection to send them all messages

The simplest client-server application [closed]

Closed. It is impossible to give an objective answer to this question . Answers to it are not accepted at the moment. ... ent application sending an object (the string String, for example) to the server and the server application that accepts it.