SocketProcessor
Write a Java Component that:
- accepts a Socket in the constructor
- reads the first line from the socket
- opens the file specified in the line
- writes the contents of the file back to the socket
The program should implement the Runnable interface.