Home > Java > Socket Server In Java

Socket Server In Java

July 4th, 2009

Hi,
I need a Socket Server written in Java that will listen for a connection on a port. A client will connect every few minutes and transmit a string. This string needs to be written to a text file and date stamped.

Only the server program needs to be developed.

IP address and port number would need to be configurable.

All source code should be provided. Source code should be commented to explain the process and all comments and variable names in english.

Thanks


Socket Server In Java