Hello Everyone.... I'm doing a project in which i need to send datagrams to clients waiting on particular port. I want the client to reply to the server's port from which the datagram is sent. Is this possible ? I have tried this by creating a DatagramSocket with empty constructor and sent the packet to the particular port on client. In ...