What is the exact difference in between Unicast and Multicast
object?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

give an example for encapsulation?

0 Answers   Aspire,


What is the best way to findout the time/memory consuming process?

0 Answers  


how to fing linkedlist is circular or not?

1 Answers   TCS,


Why do we use return statement?

0 Answers  


Explain java coding standards for interfaces?

0 Answers  






What is a get method?

0 Answers  


What is the benefit of lambda expressions?

0 Answers  


Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.

9 Answers  


Is space a character in java?

0 Answers  


did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???

7 Answers   IBM,


What is stream api in java8?

0 Answers  


What is a hashmap used for?

0 Answers  


Categories