A Socket Listener

Assignment #4
Due: 2/11/2002
Points: 10

Right a Java application that listens on a port.  When a connection request is made, it should accept the connection and pass it off to a new thread created from the program in Assignment #3.