0 / 60 seg.

How does the following code facilitate communication in a multicast group?

MulticastSocket socket = new MulticastSocket(port);
InetAddress group = InetAddress.getByName("230.0.0.1");
socket.joinGroup(group);