What is the exact difference in between Unicast and Multicast object. Where we will use

Showing Answers 1 - 1 of 1 Answers

kamal

  • Oct 9th, 2005
 

in unicast we can conver only one wrapper class object in to another wrapper class object. where as if u consider an object of Object class we can convert it in to any other wrapper class object.This is consideredd as multicastin.

this is example for multicasting:

Object o=i.lookUp("bindedsubcontextvariable");

Integer i=(Integer)o;

Float f=(Float)o;

Ex.This for unicast

float f=1.001;

int i=(int)f;

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions