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 |
Define nashorn in java8.
What is supplier in java?
What is a native method?
What is difference between char array and string?
Explain about collection interface in java?
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
What is the default value of an object reference declared as an instance variable?
What is a package?
How do you create immutable object in java?
What are keywords in programming?
String Reverse in Java...!
why are there separate wait and sleep methods? : Java thread