Represents a connection between a client and a server; a static thread
manager manages the number of active and existing threads, and a static
ServerSocket waits for connections.
Creates a new ThreadManager with default values as attributs.
maxThreads = 50;
minThreads = 5;
maxSpareThreads = 5;
minSpareThreads = 5;
It doesn't create new Threads.