Modify your server to make it multithreaded. Your server should allow more than one client to connect and request product and customer data. Test your multithreaded server by connecting more than one client to the server. Take at least 4 screenshots to demonstrate that your server correctly responds to each client's request.
Explain how you would modify your server to make it multithreaded, allowing more than one client to connect and request product and customer data.
Be sure you specifically identify which Java API classes you intend to use.