A program on a Datagram socket for the client/server to display the messages on client side, typed at the server side.
The following command compiles all the (.java) files present in src directory and saves the genreated (.class) files for the corresponding (.java) files to bin directory!
$ javac -d bin src/*.javaExecute the above command in UDP-ClientServerSocket directory