Multiple users can connect and use application at the same time. __each connection will be handled by different thread__ 1. create server socket 2. accept connection 3. create thread and handle connection 4. terminate the threads
Multiple users can connect and use application at the same time.
each connection will be handled by different thread