Programming Tutorials

Comment on Tutorial - TCP Server and TCP Client in Java By Ashish Myles



Comment Added by : Brian

Comment Added at : 2013-04-11 09:07:33

Comment on Tutorial : TCP Server and TCP Client in Java By Ashish Myles
Hello, this is a very good post. I'm a newbee in Java in general, so pardon my question if it sounds a bit foolish. As I understand the Server code has to infinitely run and keep on listening to requests from the client. So where in a typical java app can I place this server coding class so that it can keep on listening? I'm using glassfish as my app server. Thank you in advance.

View Tutorial