What is the use of unicast remote object

Showing Answers 1 - 2 of 2 Answers

sachi

  • May 5th, 2006
 

Hi All

       when a class implements Remote interface it can not available in the client class.Thats why if we extends UnicastRemoteObject then we can rebind it through Naming.rebind("ref",objofserverclass)

  Was this answer useful?  Yes

pratap

  • May 14th, 2006
 

this not true,when we r implementing unicast remote in our class then it will make our classobject to be networkenabled object i,eit creates stub and skeleton for our class so that through we can bind our object in the network through stub of our classthis is the senario

  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