Tuesday, November 29, 2011

What is the use of unicast remote object

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)
Category:Java Interview Questions

No comments:

Post a Comment