What is the exact difference in between Unicast and Multicast object ? Where we will use ?
Unicast object means there is one receiver. Use multicast to allow one-to-many connections.The example for multicast is the java eventhandling model.