+1-316-444-1378

Help Please Modify the client server application developed to be a Multithreaded Server (i.e. the server can handle concurrent requests from more than one client Your Client Java Files and Server Java Files should be contained in different packages within your NetBeans Project. 2. Your Client should consist of two Java Files; a Client.java and a ClientTest.java. 3. Your Server should consist of two Java Files; a Server.java and a ServerTest.java. 4. Run your Server and your Client on your local computer: IP Address: 127.0.0.1 Host Name: localhost 5. Use a port above 1024; for example 8000 and make sure the port number your Client attempts to connect to matches the port number your Server is listening on. 6. Start your Server first. 7. Start your Client next. If you start your Client first it will terminate because it will not be able to connect to the Server. 8. Make sure you close your Client and Server before attempting to run them again. If you attempt to start a second instance of your Server while one is already running it will fail to create a server socket.

Categories: Uncategorized