Click here to Skip to main content
15,891,662 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
SERVER
a multi-threaded UDP server that will:

1. wait for a client to connect
2. once a client is connected, the server will send the current time
and date (of the server);
and a trivia (any real trivia will do and
the list of trivias should be placed in file saved in the same
location as the server).
3. the server will end the connection to the client.

CLIENT
create a simple java UDP client that will connect to the server above
and accept and print the data coming from the server.
Posted

1 solution

I'd be glad top help. Why don't you repost this want ad on the job board, mentioning how much you are paying.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900