A Chat Program in Java with UDP

UDP is the OSI connectionless transport protocol, it provides simple unreliable transport services. Because its simpleness, UDP header consists of a few fields, so it has a high speed and abstract network traffic. Many pop instant messaging program uses UDP, for example QQ. Java is a pop network programming language, its API encapsulates the classes based on UDP, it’s easy to write a chat program.