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 the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.
How to convert String into primitive datatype.
diff between abstract methods and interfaces with programing (code) example?
What about main thread in java?
What is mutable object and immutable object?
What is method overloading and method overriding?
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
Can a class extend more than one class?
Can a class be subclass of itself?
Default layout of panel and frame?
What Is Resource Leak?
What is meant by call by reference?