In this post, we will see UDP Client Server Program in Java (Socket Programming).
UDP is connection less protocol. Here, no connection is established between Client and Server. Client and Server have to create Datagram Packet and also have to mention IP address and Port number.
Go through the following programs.