Server.javaimport java.io.IOException;import java.net.ServerSocket;import java.net.Socket;public class Server { public static void main(String[] ar