SocketServer


Write a Java Application that sits in an endless loop listening for connection requests. When it accepts the request, it should create a new SocketProcessor and start that running as a separate thread.