Answer Posted / nrayakwar
Multicast is used in networking.
it is used To transmit a single message to a select group
of recipients. in multicast, generally, we define a IP and
port for communication. we all send/receive message in form
of heartbeats to/from defined address.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between applet and application?
What is the difference between a loader and a compiler?
Does constructor be static?
What is array sorting in java?
Can we able to pass objects as an arguments in java?
Can an interface extend a class?
What is the difference between length and length () in java?
How can you share data between two thread in Java?
What do you understand by java virtual machine?
How finally used under exception handling?
What is a method vs function?
why not override thread to make a runnable? : Java thread
What is the use of a conditional inclusion statement in Java ?
What are recursive functions? Give some examples?
Why are pointers not secure?