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 |
Is java still necessary?
What is the final class modifier?
What’s the difference between applets and standalone program?
What is Java Annotations?
What are the types of arrays in java?
10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }
What is a programming object?
What is Java Classloader?
1 Answers Phantom Technologies,
whats the difference between == and .equal ?
What are the differences between c++ and java?
What are the differences between abstract class and interface?
Which java collection does not allow null?