Posted By:
Abhinandan_nandi
Posted On:
Wednesday, September 1, 2004 02:33 AM
Remote interface is declared in remote host, but in client program the reference to remote object is casted to remote inetrface first and then methods are invoked, doesn't it gives a compilation error as remote interface is declared in remote machine and is not present in local machine?