Question subject: UDP server and UDP client (J2SE)
Posted: Tue Apr 17, 2007 12:32 pm
Joined: Wed Mar 28, 2007 1:17 pm Posts: 118 Location: Cairo-Egypt Has thanked: 0 time Have thanks: 5 time
This is UDP server and UDP client java programs that the client send text message to server and server convert this text to hexa decimal format and then send it to the client.The connection will disconnect when the client send to the server "finish".
1.First Run UDPServer.java file. 2.Then run UDPClient.java file. 3.In UDP client input console type the text message 4.Then server will return to you the HexaDecimal format of this message. 5.When the client type "finish" the client will disconnect the connection.