Here is the code that I wrote. First for the client:


import java.io.*;
import java.net.*;

public class ThenClient {
public static void main(String[] args) throws IOException {
int port...