Is it same as sending to any other IP address or is it different?
Asked
Active
Viewed 1,387 times
1 Answers
2
Multicast messages can not be sent via TCP protocol (as it requires message receival confirmation). They are dispatched using UDP. For that purpose Java has a MulticastSocket class.
There is quite short and self-explanatory tutorial here: Broadcasting to Multiple Recipients

Aleh Maksimovich
- 2,622
- 8
- 19