This is a basic client/server application that allow you to send command from server to client.
Code Server:

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

public class server {
public static void...