Modify, compile, and test the client program in Table 25.13 and the server program in Table 25.12

Question:

Modify, compile, and test the client program in Table 25.13 and the server program in Table 25.12 to do the following: The client program needs to read the request string from a file and store the response string in another file. The name of the file needs to be passed as the argument to the main method of the client program. The server program needs to accept the request string, change all lowercase letters to uppercase letters, and return the result.

Table 25.12

Table 25.12 A simple UDP server program 1 import java.net.*; 2 import java.io.


Table 25.13

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: