what is meant by multicast?
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 |
What is difference between an object and a class?
Why java strings are immutable in nature?
What is the purpose of a statement block?
What is difference between fileinputstream and filereader in java?
What does int argc char * argv [] mean?
When should you use arraylist and when should you use linkedlist?
Is java a compiler?
What is the purpose of the enableevents() method in java programming?
What is the purpose of a transient variable?
What is thread count in java?
Differentiate between vector and array list.
Are strings immutable in java?