A group chat application using MulticastSocket (Java Platform SE 7 ) classA MulticastSocket is a (UDP) DatagramSocket, with additional capabilities for joining "groups" of other multicast hosts on the internet.Chatter is currently working on command-line but front-end is still to be developed. Tools used: Socket programming API provided by Java.