How to develop a client-server seat booking program via java socket programming ?

Posted by Haxed on Stack Overflow See other posts from Stack Overflow or by Haxed
Published on 2010-05-28T02:35:24Z Indexed on 2010/05/28 2:41 UTC
Read the original article Hit count: 281

Filed under:
|
|
|
|

I have a project to develop a client server application in java. This is to be done using socket programming. Our lecturer, used 2 files, the TCPClient.java and TCPServer.java, to make a connection and we typed "Hi" in the client and the server displayed that message.

I need to develop a seat booking application.

Any suggestions for tutorials or tips or a book perhaps would be nice.


Many Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about server