What is Unicast and Multicast object? Where we will use?
Answer / nazia begum
Unicast approach the sender to send the data stream to single receiver,where as,multicast object allow one to many connections...
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the difference between static and non-static variables?
What is the purpose of an interface?
what is template design pattern?
What does function identity () do?
What is internal iteration in java se 8?
What is diamond operator in java?
Why is core java important?
What do heavy weight components mean in java programming?
Explain the importance of finally block in java?
what is private constructor?what are the uses of writing private constructor in our program?
Explain the difference between serializable and externalizable in java?
ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }